Rhodium
Rhodium copied to clipboard
Issue using Jupyter Notebook with New Conda Environment
When using Jupyter Notebooks in a new Conda Environment (as to ensure I have Python 3.5), it defaults to using the system's Python version instead of the Conda environment. Thus, when trying to use Rhodium et al., the Jupyter Notebook examples aren't using the correct Python version (and its associated libraries).
If I install Jupyter Notebook in this new Conda Environment, it solves the issue of launching the correct Python version when opening a Jupyter Notebook within this Conda Environment.