Created
August 28, 2022 21:49
-
-
Save watercrossing/068e876aaed4b5bb1865d43cc9f79fb4 to your computer and use it in GitHub Desktop.
pipenv aware jupyter kernel spec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "argv": [ | |
| "pipenv", | |
| "run", | |
| "python", | |
| "-m", | |
| "ipykernel_launcher", | |
| "-f", | |
| "{connection_file}" | |
| ], | |
| "display_name": "pipenv", | |
| "language": "python", | |
| "metadata": { | |
| "debugger": true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment