Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.33 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.33 KB

jupyterlab-outsource

Alternate editors for JupyterLab text sources

binder

screenshot showing JupyterLab with Rich Text editing and Visual Programming

Features

  • Rich text editing for Markdown cells in the notebook
  • Visual Code editing

Installation

  • install JupyterLab >1.0.0 and NodeJS, such as with conda:
conda install -c conda-forge jupyterlab nodejs
# TBD: jupyter labextension install \
#       @deathbeds/jupyterlab-outsource
#       @deathbeds/jupyterlab-outsource-prosemirror \
#       @deathbeds/jupyterlab-outsource-blockly
jupyter lab

Usage

  • In JupyterLab
    • Open a notebook
    • Click the magic wand icon

Roadmap

  • Add MIME renderers, too
  • Rich text
  • Visual Code editing
    • Block mime type
  • Get these into core (or at least first-party extensions)