Skip to content

Instantly share code, notes, and snippets.

@watercrossing
Created August 28, 2022 21:49
Show Gist options
  • Select an option

  • Save watercrossing/068e876aaed4b5bb1865d43cc9f79fb4 to your computer and use it in GitHub Desktop.

Select an option

Save watercrossing/068e876aaed4b5bb1865d43cc9f79fb4 to your computer and use it in GitHub Desktop.
pipenv aware jupyter kernel spec
{
"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