Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoth-station/notebooks
A set of notebooks to experiment with data in project Thoth
https://github.com/thoth-station/notebooks
artificial-intelligence hacktoberfest jupyter-notebook software-quality thoth
Last synced: 3 months ago
JSON representation
A set of notebooks to experiment with data in project Thoth
- Host: GitHub
- URL: https://github.com/thoth-station/notebooks
- Owner: thoth-station
- License: gpl-2.0
- Created: 2018-03-01T11:32:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T20:23:08.000Z (about 3 years ago)
- Last Synced: 2024-10-01T16:19:00.905Z (3 months ago)
- Topics: artificial-intelligence, hacktoberfest, jupyter-notebook, software-quality, thoth
- Language: Jupyter Notebook
- Homepage: https://thoth-station.github.io/
- Size: 9.81 MB
- Stars: 4
- Watchers: 10
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Jupyter notebooks for Thoth
---------------------------A set of Jupyter notebooks for proejct Thoth.
Installation and running
========================.. code-block:: console
$ git clone [email protected]:thoth-station/notebooks.git
$ cd notebooks
$ ./install.sh # coffee break suggested
...
$ ./run.shAlternatively we can run `./run.sh --install` which runs the `./install.sh` command.
Run `run.sh --help` for more information
NOTES
=====The host system has to have Python3 and pipenv installed.
For local run, there are used Thoth's libraries as cloned on the local machine.
If you would like to access resources on the cluster, provide the `run.sh` script required environment variables.
THOTH NOTEBOOKS TEMPLATE
==============================Project Thoth uses template notebook to repeat analysis automatically.
Thoth notebooks templates are stored in `templates `_,
check the README files in that folder for more details.