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
Hi everyone,
the readme only shows how to do the development installation in conda.
here is how i managed with virtualenvwrapper in linux, maybe it's worth adding to the readme!
sudo apt install npm npm install yarn
mkvirtualenv widget_dev workon widget_dev
pip install -e ".[test, examples]" ipython kernel install --name widget_dev --user
In jupyter lab, one can then select the widget_dev kernel on the top right In jupyter notebook, under the menu section Kernel
widget_dev
The text was updated successfully, but these errors were encountered:
Hi @JoelForamitti good point thanks!
Would you like to make a PR with changes that you feel would have helped you?
Sorry, something went wrong.
@ianhi ok, i made a PR here: #95
Successfully merging a pull request may close this issue.
Hi everyone,
the readme only shows how to do the development installation in conda.
here is how i managed with virtualenvwrapper in linux, maybe it's worth adding to the readme!
In jupyter lab, one can then select the
widget_dev
kernel on the top rightIn jupyter notebook, under the menu section Kernel
The text was updated successfully, but these errors were encountered: