Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on JupyterLab
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
General Tips
-
You might lose data if you edit a notebook in multiple places (e.g., in different browsers or on different machines)! If you do have to work on the …
Tips on Rust Kernel Via Evcxr for JupyterLab
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Evcxr common usage information
Tips and Traps
-
Manually wrap code into a curly brace block might help if life time issues happen. It also help if you use buffered IO.
-
Due …
Dashboard Solutions
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
jupyterlab-interactive-dashboard-editor
jupyterlab-interactive-dashboard-editor is an awesome dashboard plugin for JupyterLab!
panel
A high-level app and dashboarding solution for Python. Notice that panel does not support ipywidgets currently.
StreamLit
QuantStack/voila
Turn Jupyter …
Render and Edit JupyterLab Notebook in Terminal
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
euporie
euporie is a text-based user interface for running and editing Jupyter notebooks.
nbterm
nbterm lets you view, edit and execute Jupyter Notebooks in the terminal.
vim-jukit
vim-jukit is a REPL …
Editing JupyterLab Notebooks Using Vim
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Vim Inside Jupyter/Lab Notebooks
Firenvim
Firenvim turns your browser into a NeoVim client which means that you can use it to interact with Jupyter/Lab notebooks using NeoVim.