Jupyter
Setting Up Jupyter Notebook and Lab with venv
The objectives of this setup, aside of replacing my older notebook server, are:
- running both jupyter 6 and 7
- running them in venv
Set Up directories and venv
My holding directory /data/websites.
cd /data/websites
mkdir jupyter
cd jupyter
mkdir jupyter_6
mkdir jupyter_7
Setting Up Jupyter 6
cd jupyter_6
python3.10 …