The following are some resources that you can use to become more familiar with Jupyter:
- Jupyter Notebook Basics: https://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Notebook%20Basics.ipynb
- JupyterLab introduction: https://blog.jupyter.org/jupyterlab-is-ready-for-users-5a6f039b8906
- Learning Markdown to make your Jupyter Notebooks presentation-ready: https://medium.com/ibm-data-science-experience/markdown-for-jupyter-notebooks-cheatsheet-386c05aeebed
- 28 Jupyter Notebook Tips, Tricks, and Shortcuts: https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/
The following resource shows you how to use conda to manage virtual environments instead of the venv solution that was explained earlier in this chapter:
- Managing virtual environments with Conda: https://medium.freecodecamp.org/why-you-need-python-environments...