innovationOUtside / nb_cell_dialog

Pop cells into a floating dialog widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nb_cell_dialog

Binder

Pop cells into a floating dialog widget from toolbar buttons:

  • Rocket button will pop-out markdown and cell output.
  • terminal button will pop out code cell and its output. Note: this is non-runnable.

Close the dialog and the cell is put back where it came from (most of the time: I think there's an edge effect if you pop the last cell in the notebook using the terminal button).

Should install and enable the extension automatically in Binder.

Install

Install locally as:

pip install git+https://github.com/innovationOUtside/nb_cell_dialog.git

Again, it should install and enable automatically.

If not, this maybe?

jupyter nbextension uninstall output_dialog/
jupyter nbextension install output_dialog/ --user
jupyter nbextension enable output_dialog/index

Or if you're working from the downloaded files:

jupyter nbextension enable output_dialog/static/index

See Also

About

Pop cells into a floating dialog widget

License:MIT License


Languages

Language:JavaScript 81.4%Language:Python 18.6%