materialsproject/jupyter-singleuser-workshop

Sponsored OSS

By Lawrence Berkeley National Lab

Updated almost 7 years ago

Image
Languages & frameworks
Machine learning & AI
Data science
0

2.7K

materialsproject/jupyter-singleuser-workshop repository overview

Materials Project Workshop

Assets for the Materials Project workshop.

This repository is under development for our August 2019 workshop. There may be changes up until the day(s) of the workshop. Click here for a snapshot of the 2018 workshop assets.

Tests

The following will check that all notebooks run properly.

python setup.py install
pip install -r requirements.txt
python test.py

If you get an error like

jupyter_client.kernelspec.NoSuchKernel: No such kernel named <ENVNAME>

then that notebook expects to be run using an IPython kernel with that name. With your Python environment activated, run

python -m ipykernel install --user --name <ENVNAME>

where <ENVNAME> is the name in the error message, e.g. conda-env-mp-py. This will ensure that the notebook uses your local environment. to run itself.

Docker

Docker build for Jupyter Singleuser container to be used in MP Workshop

Binder

Tag summary

Content type

Image

Digest

Size

2.3 GB

Last updated

almost 7 years ago

docker pull materialsproject/jupyter-singleuser-workshop:1.1.1

This week's pulls

Pulls:

214

Last week