Welcome to ElixirNote!

What is ElixirNote?

ElixirNote is a next-generation web-based user interface for Project Jupyter. The Commercial product such as Datacamp, Hex, Deepnote ... are also good choices.

Introduction

ElixirNote enables you to work with documents and activities such as notebooks, text editors, terminals, and custom components in a flexible, integrated, and extensible manner.

You can arrange multiple documents and activities side by side in the work area using tabs and splitters. Documents and activities integrate with each other, enabling new workflows for interactive computing, for example:

  • Code Consoles provide transient scratchpads for running code interactively, with full support for rich output. A code console can be linked to a notebook kernel as a computation log from the notebook, for example.

  • Kernel-backed documents enable code in any text file (Markdown, Python, R, LaTeX, etc.) to be run interactively in any Elixir kernel.

  • Multiple views of documents with different editors or viewers enable live editing of documents reflected in other viewers.

ElixirNote extensions can customize or enhance any part of ElixirNote, including new themes, file editors, and custom components.

Last updated