An open API service indexing awesome lists of open source software.

https://github.com/wikp/jupyterlab-google-cloud

DataScience environment on Jupyter Lab with Google Cloud SDK
https://github.com/wikp/jupyterlab-google-cloud

data-science datascience-environment google-cloud-sdk jupyterlab pandas python tensorflow

Last synced: 2 months ago
JSON representation

DataScience environment on Jupyter Lab with Google Cloud SDK

Awesome Lists containing this project

README

          

# DataScience environment on Jupyter Lab with Google Cloud SDK

For people who think that Google Datalab is too simple to be powerful
and for those who prefer Jupyter Lab over plain old Jupyter Notebook.

## Contents

- MiniConda 4.3.27 with Python 3.6.2
- Google Cloud SDK and google-cloud python package
- Jupyter Lab
- Tensorflow, Pandas, seaborn, Bokeh, numpy, scipy and other libs used in Data Science.

# How to run?

Run these commands in the notebook directory.

If you are using `bash` or `zsh`:

docker pull jaszczur/jupyterlab-google-cloud:latest
docker run -it -p 8888:8888 -v $(pwd):/root/notebooks jaszczur/jupyterlab-google-cloud:latest

if `fish`:

docker pull jaszczur/jupyterlab-google-cloud:latest
docker run -it -p 8888:8888 -v (pwd):/root/notebooks jaszczur/jupyterlab-google-cloud:latest