Open chrisbward opened 1 year ago
which jupyter
/home/user/miniconda3/bin/jupyter
determined that it wasn't respecting the venv virtual environment So I then did the following;
pip3 install ipykernel
ipython kernel install --user --name=venv
Ran the notebook server, changed kernel and still no joy.
Python is FUN.
cloned the repo, jumped to the root directory, then;
Opened the notebook, went to hello-world example, ran the first code block;
What's up with that?