gopherdata / gophernotes

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

Can't get display to function in go notebook #124

Closed mr-nano closed 6 years ago

mr-nano commented 6 years ago

Hi.

I can't get the basic display command to function. display.HTML(<h1 style="color:green;">Hello, World</h1>)

And I get: repl.go:1:1: undefined identifier: display

This is after directly running: docker run -it -p 8888:8888 gopherdata/gophernotes

I can get basic things to work, like defining variables, using fmt library etc.

cosmos72 commented 6 years ago

Described more in detail in #125