gophernotes
gophernotes copied to clipboard
The Go kernel for Jupyter notebooks and nteract.
There is no code coloring in nteract. Is there a custom theme I need to install? I followed the install instructions and the code execution is working fine. Did I...
Hi, I've finally worked out how to use gophernotes to display [Vega](https://vega.github.io/vega/) / [VegaLite](https://vega.github.io/vega-lite/) SVG graphics, (crudely) similar to what the [Altair Python package](https://altair-viz.github.io/index.html) can do. This works "out of...
### What are you trying to do? - I'm trying to import `"github.com/tensorflow/tensorflow/tensorflow/go"` and `"gonum.org/v1/netlib/blas/netlib"` in `jupyter-notebook` `gophernotes kernel`, but throws error `could not import C (no metadata for C)`....
Hi, I'm building Debian 10 dockerfile through Anaconda > FROM bitnami/minideb:latest > (Debian 10) > ([... install conda, jupyter lab, nodejs, some build libs ...]) > RUN conda install go...
Hi @dwhitena, I'm putting the finishing touches on my [review of your JOSS submission](https://github.com/openjournals/joss-reviews/issues/508), and everything is looking pretty good. I do have a couple more general questions regarding your...
I reliably get the following kernel panic when running the attached notebook. This is starting the jupyter program new and running the cells in order. Jupyter program: ``` { "cells":...
https://github.com/satori/go.uuid/issues/73 https://github.com/satori/go.uuid/issues/84
hi, I am converting a few neugram.io-based notebooks to gopherdata+gomacro. In these neugram notebooks, a `defer` would only be executed at the end of the notebook, not at the end...
I'm using zerolog in my package and when I try to use it within gophernotes, I get the following error every time it is used: ``` zerolog: could not write...
Using various versions of golang: ``` $ go version go version go1.10 darwin/amd64 $ go get -u github.com/gopherdata/gophernotes # cd /Users/mememe/.asdf/installs/golang/1.10/packages/src/github.com/gopherdata/gophernotes; git submodule update --init --recursive GNU gettext shell script...