Closed dwhitena closed 8 years ago
When spinning up a jupyter notebook server, you can select a *.ipynb file from the directory viewer. However, this does not force the opening of the file with the Golang kernel. It just uses the default Python kernel.
*.ipynb
I think the above statement is false. I am able to open pre-existing notebooks with the Go kernel, if they were created with the Go kernel.
When spinning up a jupyter notebook server, you can select a
*.ipynb
file from the directory viewer. However, this does not force the opening of the file with the Golang kernel. It just uses the default Python kernel.