janpfeifer / gonb

GoNB, a Go Notebook Kernel for Jupyter
https://github.com/janpfeifer/gonb
MIT License
467 stars 32 forks source link

feat: writefile magic func #105

Closed potoo0 closed 3 months ago

potoo0 commented 3 months ago

https://github.com/janpfeifer/gonb/issues/103

janpfeifer commented 3 months ago

Thanks @potoo0 !!

We were working at the same time on this, so let me take your changes and merge with mine -- I'll reorganize it a bit to separate the %%writefile (and also %%script that I'm implementing) to something that comes before Parse. It is also needed to disable auto-complete in cells that may not contain Go.