Files
nand2tetris/asm/venv/share/jupyter/kernels/python3/kernel.json
Sven Riwoldt c7bc862c6f asm
2024-04-01 20:30:24 +02:00

14 lines
193 B
JSON

{
"argv": [
"python",
"-m",
"ipykernel_launcher",
"-f",
"{connection_file}"
],
"display_name": "Python 3 (ipykernel)",
"language": "python",
"metadata": {
"debugger": true
}
}