gopherdata / gophernotes

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

print statement outputs integer + <nil> #191

Closed RafalSkolasinski closed 4 years ago

RafalSkolasinski commented 4 years ago

Hey everyone,

First of all, huge thanks for creating this project. For someone moving from Python to Go this is the first thing I hoped to find!

However, I noticed a small issue when running gophernotes from your docker image gopherdata/gophernotes:latest-ds. Simple fmt.Println(a) behave differently than in visualisation in your readme, see screenshot:

image

cosmos72 commented 4 years ago

The animation in README.md is old and no longer fully accurate. This behavior is actually intentional - see #179 for a description of the reasons behind it.