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
Having a jupyter server call pipenv on windows results in the inability to stop the kernel.
However using the virtualenv directly works without issue. pipenv run add_virtualenv.py
pipenv run add_virtualenv.py
If there is no reason to keep add_pipenv.py, it should be removed completely
add_pipenv.py
The text was updated successfully, but these errors were encountered:
A reference to the Pipfile directory should be added to the kernel.json if possible just to help a user remember where the pipfile dir is.
kernel.json
Sorry, something went wrong.
andyneff
No branches or pull requests
Having a jupyter server call pipenv on windows results in the inability to stop the kernel.
However using the virtualenv directly works without issue.
pipenv run add_virtualenv.py
If there is no reason to keep
add_pipenv.py
, it should be removed completelyThe text was updated successfully, but these errors were encountered: