In this post, I am going to go through some initial steps for people who are looking to try out Jupyter Notebooks (JN). We will see how to:
- Use a venv in our Jupyter notebook to work on projects.
- Shortcuts for working with JN.
- Basic ways of using new python shortcuts provided in IPython.
Que. How to install IPython inside a virtualenv and use it?
Ans: These are a few ways to launch the python installed in your venv
- venv/bin/ipython
- python -m IPython