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!
Install a Jupyter/Lab extension.
pip3 install extension_name
Unnstall a Jupyter/Lab extension.
pip3 uninstall extension_name
Enable an installed Jupyter/Lab extension. Note: An extension is …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
One (potentially good) way is to manipulate Google Spreadsheet using Python. Please refer to Use Python With Google Spreadsheet for more details.
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!
By default,
Python kernels are installed to /usr/local/share/jupyter/kernels
and BeakerX kernels are installed to /usr/share/jupyter/kernels
.
IPython Kernel for Jupyter/Lab …