...
The setup for installing packages with conda is slightly more complicated, as we need to create a new kernel to run your notebooks with. You can also install your packages to the 'base' environment, but however everything you install there will be removed between sessions.
...