Skip to content

Jupyter notebooks in the NVIDIA cuQuantum Appliance #33

Discussion options

You must be logged in to vote

When creating a .ipynb file in the examples folder, the Python 3.8.10 kernel in the /bin/python3 directory raises the following error:

Running cells with '/bin/python3' requires ipykernel package.
Run the following command to install 'ipykernel' into the Python environment. 
Command: '/bin/python3 -m pip install ipykernel -U --user --force-reinstall'

Following the suggestion above would change the path of mpirun causing issues further down.

Instead, pick the base (Python 3.8.15) kernel in opt/conda/bin/python directory which has pip installed and do pip3 install ipykernel to be able to use notebooks in the container.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@leofang
Comment options

Answer selected by zohimchandani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #32 on January 24, 2023 02:11.