Run R, Python 3, and Go in Jupyter notebook with machine learning libraries, and tensorflow built in
214
rpygo-notebook is a dockerized Jupyter notebook that allows you to run Python 3, R, and Go code within the Jupyter notebook interface.
rpygo-notebook has three variants:
All versions has Jupyter notebook installed, and can run Python 3, R (using IRKernel), and Golang (using gophernotes) within the notebook interface.
Note that not all Golang syntax works within the notebook. The biggest things missing are support for unexported struct fields and interfaces. The complete list of limitations can be found at https://github.com/gopherdata/gophernotes#limitations
The minimal version has ipython and jupyter Python packages installed,
as well as other packages required to run Jupyter notebook.
Download the container using the following command
docker pull kentwait/rpygo-notebook
The data science version adds the following prebuilt Python libraries:
Download the container using the following command
docker pull kentwait/rpygo-datascience-notebook
The tensorflow version is built on top of the data science container adds the following:
Additional Python libraries
Download the container using the following command
docker pull kentwait/rpygo-tensorflow-notebook
Content type
Image
Digest
Size
1.7 GB
Last updated
over 8 years ago
docker pull kentwait/rpygo-tensorflow-notebook