Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deephyper/tutorials
A collection of tutorials for DeepHyper.
https://github.com/deephyper/tutorials
Last synced: 5 days ago
JSON representation
A collection of tutorials for DeepHyper.
- Host: GitHub
- URL: https://github.com/deephyper/tutorials
- Owner: deephyper
- License: bsd-2-clause
- Created: 2021-06-30T07:20:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T12:59:11.000Z (2 months ago)
- Last Synced: 2024-10-30T09:38:10.100Z (14 days ago)
- Language: Jupyter Notebook
- Size: 11.5 MB
- Stars: 3
- Watchers: 10
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tutorials
A collection of tutorials for DeepHyper.
## Requirements
```console
pip install -r requirements.txt
```## Build and Preview the Documentation
First, build the documentation with:
```console
make html
```Then open the `_build/html/index.html` file your browser.