Jupyter lab shortcuts

This question is answered on GitHub here. You can also look here for the correct command names to enter in your keyboard shortcut user overrides because they are not always the same as what is shown in the Commands side-bar. The following are some that I use: { “shortcuts”: [ { “command”: “notebook:hide-cell-outputs”, “keys”: [ … Read more

Convert ipynb to pdf in Jupyter

A simple and surprisingly good solution is to print the notebook to pdf through the browser with ctrl+p. Just make sure your plots and figures are not on interactive mode otherwise they will not be displayed (set them to %matplotlib inline). Exporting jupyter notebooks through latex is quite troublesome and takes a lot of tinkering … Read more

Highlight typos in the jupyter notebook markdown

The popular Jupyter Notebook bundle extension from Jupyter-contrib contains a spell checker. You can install and enable this (with admin privileges) like so: pip install jupyter_contrib_nbextensions jupyter contrib nbextension install –user jupyter nbextension enable spellchecker/main This may be the most popular spell checker for Jupyter Notebooks, but note that it simply highlights words not in … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)