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

Minimal package requirements to run a jupyter notebook #14130

Closed
skwde opened this issue Aug 16, 2023 · 3 comments
Closed

Minimal package requirements to run a jupyter notebook #14130

skwde opened this issue Aug 16, 2023 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality

Comments

@skwde
Copy link

skwde commented Aug 16, 2023

Lately I have been running into some issues with environments and jupyter notebooks where I am asked to install ipykernel into the environment even though it is already installed.

It is not clear to me what the minimum requirements actually are from the current sources of information:

Note,

  • jupyter requires ipython and ipykernel.
  • ipykernel requires ipython.

So which one is it? What are the minimum requirements with versions?

@skwde skwde added the feature-request Request for new features or functionality label Aug 16, 2023
@DonJayamanne
Copy link
Contributor

You need to install the latest version of IPyKernel and all of the related dependencies.
Use pip install ipykernel or the like, as to what the related dependencies are depends on the ipykernel package itself.

So which one is it? What are the minimum requirements with versions?

Closing this issue as this has been answered.
If there are other questions, please feel free to file a new issue or ask ehere.

@skwde
Copy link
Author

skwde commented Aug 16, 2023

@DonJayamanne thanks for the reply.

By latest available version I assume you mean latest version in the environment.

Can you please also clarify the meaning of "jupyter may be required" as mentioned https://github.com/microsoft/vscode-jupyter/wiki/Installing-Jupyter. In which cases might jupyter be needed?

@DonJayamanne
Copy link
Contributor

ning of "jupyter may be required" as mentioned

This is when some of the native modules for zmq do not work on your platform.
Its a little technical, but if you get promtped to install jupyter, thats the easiest way to tell that the native modules do not work on your platform.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants