Nice article on non-official jupyter notebook extensions
Warning: there is a checkbox, saying «disable configuration for nbextensions without explicit compatibility (they may break your notebook environment, but can be useful to show for nbextension development)». So it is better to test the extensions in separate environment.
And correct way to install is extension support is:
Link: https://towardsdatascience.com/setting-up-a-data-science-environment-using-windows-subsystem-for-linux-wsl-c4b390803dd
#jupyter #tipsandtrics
Warning: there is a checkbox, saying «disable configuration for nbextensions without explicit compatibility (they may break your notebook environment, but can be useful to show for nbextension development)». So it is better to test the extensions in separate environment.
And correct way to install is extension support is:
pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install --user
Link: https://towardsdatascience.com/setting-up-a-data-science-environment-using-windows-subsystem-for-linux-wsl-c4b390803dd
#jupyter #tipsandtrics
Medium
Setting up a Data Science environment using Windows Subsystem for Linux (WSL) and Jupyter
A Python environment in Linux on Windows, full admin rights & custom Jupyter Notebooks.. Sounds good? Give this a read!