Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps
- The very first run of MyST markdown in a JupyterLab cell might fail to work. Just rerun it and it should work.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Converting too many notebooks at the same (multiprocessing) causes zmq.error.ZMQError: Address already in use
.
The simple way to fix this issue is to limit the number of processes converting …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Technically speaking, Google Cloud Shell is Jupyter/JupyterLab service. It is a always free small VM with 5GB persistent storage that Google Cloud Platform offers to its customers …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
pip3 install -U black[jupter]
The following code formats Python files and Jupyter/Lab Notebooks under the current directory.
black ./
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
xinstall jb -ic
xinstall jb -c
creates a copy of configuration file _config.yml
in the current directory.
By default,
The configuration file _config.yml
in the current directory (if …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
euporie is a text-based user interface for running and editing Jupyter notebooks.
nbterm lets you view, edit and execute Jupyter Notebooks in the terminal.
vim-jukit is a REPL …