ElixirNote
GitHubBlogs
  • Welcome to ElixirNote!
  • Guides
    • Get started
    • Installation
      • Install From PyPI
      • Install From Source
    • Interface overview
    • Working with files
    • Text Editor
    • Notebooks
    • Terminals
    • Command palette
    • File & output formats
    • Extensions
      • Installing Extensions
      • Developer Guide
    • Built-in Services
      • ElixirNote Server
      • ElixirNote Hub
      • ElixirNote Shim
      • ElixirNote Nbc
      • ElixirNote Lab Server
    • Real-time Collaboration
    • APIs
  • Ecosystem
    • Integrations
      • GitHub
      • MinIO
      • PostgreSQL
      • MySQL
    • Ecosystem
  • Solutions
    • Solutions
  • Appendix
    • Contribute
    • FAQs
Powered by GitBook
On this page
  1. Guides

Notebooks

PreviousText EditorNextTerminals

Last updated 2 years ago

ElixirNote notebooks are documents that combine live runnable code with narrative next (Markdown), equations (LaText), images, interactive visualizations and other rich ouput.

Jupyter notebooks (.pynb files) are fully supported in ElixrNote. The used in ElixirNote is the same as the classic Jupyter Notebook. Your existing notebooks should open correctly in ElixirNote. if they don't, please new an issue on our page.

notebook document format
GitHub Issue