We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ogphl-dev
Issue: Unable to Select the ogphl-dev Kernel in Jupyter Notebook
Some users are experiencing an issue where the ogphl-dev kernel is not available for selection when starting Jupyter Notebook.
To resolve this, install ipykernel and set it up within the ogphl-dev environment. Follow these steps:
ipykernel
Activate the ogphl-dev environment:
conda activate ogphl-dev
Install ipykernel and add it to the environment:
conda install -c conda-forge ipykernel python -m ipykernel install --user --name=ogphl-dev
Launch Jupyter Notebook: Start Jupyter Notebook from within the activated environment:
jupyter notebook
After completing these steps, the ogphl-dev kernel should appear in the list of available kernels.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue: Unable to Select the
ogphl-dev
Kernel in Jupyter NotebookSome users are experiencing an issue where the
ogphl-dev
kernel is not available for selection when starting Jupyter Notebook.Proposed Solution
To resolve this, install
ipykernel
and set it up within theogphl-dev
environment. Follow these steps:Activate the
ogphl-dev
environment:Install
ipykernel
and add it to the environment:Launch Jupyter Notebook:
Start Jupyter Notebook from within the activated environment:
After completing these steps, the
ogphl-dev
kernel should appear in the list of available kernels.The text was updated successfully, but these errors were encountered: