Skip to content

Commit 118cd1b

Browse files
committed
clarify dependencies and :print
1 parent cb9d8ae commit 118cd1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`gophernotes` is a Go kernel for [Jupyter](http://jupyter.org/) notebooks. Finally, we can have a reliable and maintained way to use Go interactively and code in the browser. 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](http://nbviewer.jupyter.org/). Go forth and do data science, or anything else interesting, with go notebooks!
66

7-
This project came out of the [Gopher Gala](http://gophergala.com/) 2016. It is based on a REPL called [gore](https://github.com/motemen/gore) and on a, no longer maintained and self-described as limited, ipython kernel call [iGo](https://github.com/takluyver/igo).
7+
This project came out of the [Gopher Gala](http://gophergala.com/) 2016. It is inspired by a REPL called [gore](https://github.com/motemen/gore) and by a, no longer maintained and self-described as limited, ipython kernel call [iGo](https://github.com/takluyver/igo).
88

99
## Screenshots/Examples
1010

@@ -91,7 +91,7 @@ Some of the custom commands from the [gore](https://github.com/motemen/gore) REP
9191

9292
```
9393
:import <package path> Import package
94-
:print Show current source
94+
:print Show current source (currently prints to the terminal where the notebook server is running)
9595
:write [<filename>] Write out current source to file
9696
:help List commands
9797
```

0 commit comments

Comments
 (0)