gopherdata / gophernotes

The Go kernel for Jupyter notebooks and nteract.
MIT License
3.85k stars 263 forks source link

Pre-existing Golang notebook from the Jupyter directory viewer, does not instantiate the gophernotes kernel #13

Closed dwhitena closed 8 years ago

dwhitena commented 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.

dwhitena commented 8 years ago

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.