gophernotes is a Go kernel for Jupyter notebooks and nteract. It lets you use Go interactively in a browser-based notebook or desktop app. Use gophernotes to create and share documents that contain live Go code, equations, visualizations and explanatory text. These notebooks, with the live Go code, can then be shared with others via email, Dropbox, GitHub and the Jupyter Notebook Viewer. Go forth and do data science, or anything else interesting, with Go notebooks! This project utilizes a Go interpreter called gomacro under the hood to evaluate Go code interactively. The gophernotes logo was designed by the brilliant Marcus Olsson and was inspired by Renee French's original Go Gopher design. If you have the JUPYTER_PATH environmental variable set or if you are using an older version of Jupyter, you may need to copy this kernel config to another directory.
Features
- gomacro relies on the plugin package when importing third party libraries
- gophernotes uses gomacro under the hood to evaluate Go code interactively
- You can try out or run Jupyter + gophernotes without installing anything using Docker
- Creation of new named types is emulated
- gophernotes is a Go kernel for Jupyter notebooks and nteract
- It lets you use Go interactively in a browser-based notebook or desktop app