...
ipython kernel install --user --name=mykernel
--display-name="Kernel with pytorch"
The new kernel with the installed packages should then now be available for you to use for your notebooks.
...
...
ipython kernel install --user --name=mykernel
--display-name="Kernel with pytorch"
The new kernel with the installed packages should then now be available for you to use for your notebooks.
...