Skip to content
New issue

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

Issue: Unable to Select the ogphl-dev Kernel in Jupyter Notebook #26

Open
SeaCelo opened this issue Oct 22, 2024 · 0 comments
Open

Issue: Unable to Select the ogphl-dev Kernel in Jupyter Notebook #26

SeaCelo opened this issue Oct 22, 2024 · 0 comments

Comments

@SeaCelo
Copy link
Collaborator

SeaCelo commented Oct 22, 2024

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.

Proposed Solution

To resolve this, install ipykernel and set it up within the ogphl-dev environment. Follow these steps:

  1. Activate the ogphl-dev environment:

    conda activate ogphl-dev
    
  2. Install ipykernel and add it to the environment:

    conda install -c conda-forge ipykernel
    python -m ipykernel install --user --name=ogphl-dev
    
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant