Skip to content

Commit

Permalink
Update the settings and using the Voila template
Browse files Browse the repository at this point in the history
  • Loading branch information
dou-du committed Oct 2, 2020
1 parent 1944100 commit ea4c0ba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

This git repository contains the Jupyter notebooks for this course. Here is a table to the links of the notebooks as shown below:

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/osscar-org/MSE101/master?urlpath=%2Fapps%2Fnotebook%2Findex.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/osscar-org/MSE101/master?urlpath=%2Fvoila%2Frender%2Fnotebook%2Findex.ipynb)

| Name | Description | Notebook links | Binder |
| ------------- |:-------------:| -----:| -----:|
| Lennard Jones | A tutorial of the Lennard Jones (LJ) potential. | [Lennard Jones](./notebook/Lennard_Jones.ipynb) | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/osscar-org/MSE101/master?urlpath=%2Fapps%2Fnotebook%2FLennard_Jones.ipynb) |
| Miller Index | Widgets to demonstrate the Miller index. | [Miller Index](./notebook/Miller_Index.ipynb) | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/osscar-org/MSE101/master?urlpath=%2Fapps%2Fnotebook%2FMiller_Index.ipynb) |
| Molecular Structure | A notebook to show the FCC, BCC and simple cubic structures. | [Molecular Structure](./notebook/Molecular_Structure.ipynb) | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/osscar-org/MSE101/master?urlpath=%2Fapps%2Fnotebook%2FMolecular_Structure.ipynb) |
| Lennard Jones | A tutorial of the Lennard Jones (LJ) potential. | [Lennard Jones](./notebook/Lennard_Jones.ipynb) | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/osscar-org/MSE101/master?urlpath=%2Fvoila%2Frender%2Fnotebook%2FLennard_Jones.ipynb) |
| Miller Index | Widgets to demonstrate the Miller index. | [Miller Index](./notebook/Miller_Index.ipynb) | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/osscar-org/MSE101/master?urlpath=%2Fvoila%2Frender%2Fnotebook%2FMiller_Index.ipynb) |
| Molecular Structure | A notebook to show the FCC, BCC and simple cubic structures. | [Molecular Structure](./notebook/Molecular_Structure.ipynb) | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/osscar-org/MSE101/master?urlpath=%2Fvoila%2Frender%2Fnotebook%2FMolecular_Structure.ipynb) |

# Acknowledgements

Expand Down
7 changes: 7 additions & 0 deletions jupyter_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"VoilaConfiguration": {
"enable_nbextensions": true,
"theme": "light",
"template": "osscar"
}
}
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
jupyterlab==2.1.0
ipywidgets==7.5.0
ipywidgets==7.5.1
numpy==1.18.2
appmode==0.7.0
IPython==7.8.0
voila==0.1.21
voila==0.2.3
voila-osscar-template=0.2.4
nglview==2.7.5
ase==3.19.1
pythreejs==2.2.0
Expand Down

0 comments on commit ea4c0ba

Please sign in to comment.