8000 GitHub - 3lizabeth-Foster/dmol-book: Deep learning for molecules and materials book
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

3lizabeth-Foster/dmol-book

< 8000 div class="react-directory-remove-file-icon">
 
 

Repository files navigation

Deep Learning for Molecules and Materials Book

Build Stats

View book at dmol.pub

© Andrew White

Build Book Locally

To build the book locally you need to install Jupyter Book:

python -m pip install -U jupyter-book
# conda install -c conda-forge jupyter-book

With Jupyter Book installed you can build the book locally as follows:

# From the root directory of the repository
jupyter-book build .

The HTML of the book are located in the _build/html directory. Open the index.html file to land on the home page of the book.

Developing

This repo uses pre-commit, so after cloning run pip install -r dev-requirements.txt and pre-commit install prior to committing. If you have already committed, but your PR is failing because of a pre-commit error, run pre-commit run --all

About

Deep learning for molecules and materials book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.0%
  • TeX 10.3%
  • Python 1.1%
  • Other 0.6%
0