You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, this is a nice project, so thanks for putting the effort into it.
As Rafal has mentioned, it'd be useful to enhance the golang notebooks with jupyter magic commands.
Using '%%javacript', for example, will work for the gophernotes docker python kernel but not for go.
I am implementing %cd [path] - it's almost trivial
But I have no idea how to run javascript from gophernotes - maybe there's a way to return a response that will be executed as javascript in the browser?
Standard jupyter notebook (python) kernel allows me to use
magic to change current directory.
It may be a nice feature to also have it for
gophernotes
.The text was updated successfully, but these errors were encountered: