what if somehow from previous time I have already Jupyter and want to create a new space for these lessons?
I have problem with rise module, I'm using windows and conda:
"UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment:
Specifications:
- rise -> python[version='>=2.7,<2.8.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0']
Your python: python=3.10"
Is there a way to verify that these packages were correctly installed? (conda list, conda list | grep ... , import numpy)