Skip to content

jbandlow/notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some Jupyter / Pandas notebooks I'm playing around with. To use, first install (Docker)[https://docs.docker.com/engine/installation/] on your machine.

To start a datascience environment, run $ source scripts/ds_start.sh This comes with R, Python, and Julia kernels, all with "batteries included", with the exception of TensorFlow. This will serve the notebooks at http://localhost:8888

To start a tensorflow environment, run $ source scripts/tf_start.sh. This starts TensorFlow and TensorBoard. This will serve the notebooks at http://localhost:8889.

You can run both simulataneously, and they will share the working directory. It's not a good idea to open the same notebook in both simulataneously, but you can pass data around over disk.

Once you are done, you can use docker stop $DS_CONTAINER or docker stop $TF_CONTAINER to stop the docker process.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors