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

Instructions for virtualenv installation #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Instructions for virtualenv installation #95

wants to merge 1 commit into from

Conversation

jofmi
Copy link

@jofmi jofmi commented Mar 18, 2021

Added information to the readme on how to make the development installation without conda. See #94

@@ -80,6 +86,11 @@ the `install` command every time that you rebuild your extension. For certain in
you might also need another flag instead of `--sys-prefix`, but we won't cover the meaning
of those flags here.

Finally, if you use a virtual environment, you need to install it as a new kernel to IPython:
Copy link
Contributor

@ianhi ianhi Mar 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need to? Like if I activate that venv and install jlab from there is this step still necessary?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my experience yes. No matter from which environment I launch Jupyter Lab, it always offers me all of the installed kernels, with the launching environment not necessarily being part of it.

@ianhi ianhi linked an issue Mar 19, 2021 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Development installation with virtual environment
3 participants