master
/ .localenv / share / jupyter / kernels / python3 / kernel.json

kernel.json @master raw · history · blame

{
 "argv": [
  "python",
  "-m",
  "ipykernel_launcher",
  "-f",
  "{connection_file}"
 ],
 "display_name": "Python 3",
 "language": "python"
}