mirror of
https://github.com/XaverKlemenschits/jupyter-c-kernel.git
synced 2025-04-22 12:56:07 +00:00
Use Python 3 by default
This commit is contained in:
parent
a0f02c1de0
commit
110b31e505
@ -11,7 +11,7 @@
|
||||
* Make sure you have the following requirements installed:
|
||||
* gcc
|
||||
* jupyter
|
||||
* python
|
||||
* python 3
|
||||
* pip
|
||||
|
||||
### Step-by-step:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"argv": [
|
||||
"python",
|
||||
"python3",
|
||||
"-m",
|
||||
"jupyter_c_kernel",
|
||||
"-f",
|
||||
|
Loading…
x
Reference in New Issue
Block a user