https://github.com/hallmx/nbds_colab_template
Template for literate programming in data science projects using nbdev, Jupytemplate and Google Colaboratory.
https://github.com/hallmx/nbds_colab_template
data-science jupytemplate literate-pragramming nbdev
Last synced: 8 months ago
JSON representation
Template for literate programming in data science projects using nbdev, Jupytemplate and Google Colaboratory.
- Host: GitHub
- URL: https://github.com/hallmx/nbds_colab_template
- Owner: hallmx
- License: apache-2.0
- Created: 2020-02-28T20:26:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T06:12:47.000Z (about 3 years ago)
- Last Synced: 2023-03-09T19:50:37.699Z (about 3 years ago)
- Topics: data-science, jupytemplate, literate-pragramming, nbdev
- Language: Jupyter Notebook
- Homepage: https://hallmx.github.io/nbds_colab/
- Size: 1.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# nbds_colab
> Literate programming for data science using nbdev, Jupytemplate and Google Colaboratory
nbds_colab is a template repository for small to medium sized data science projects which use the nbdev programming system from within Google Colaboratory. It combines the best features of the following to give quick project start-up followed by a complete low friction workflow, from first code to package release:
* Fastai.nbdev - exploratory programming, automated documentation generation, integrated testing and easy PyPi package release [nbdev](https://github.com/fastai/nbdev//)
* Google Colaboratory & Drive - low cost cloud computing with acceleration [Colaboratory](https://colab.research.google.com/)
* Jupytemplate - standardized notebooks for data science [xstreamsrl Jupytemplate](https://github.com/xtreamsrl/jupytemplate)
* Full GitHub integration
## Getting started
Log in to your GitHub account (required for GitHub templates to work) then click [nbds_colab_template](https://github.com/hallmx/nbds_colab_template/generate) to create a new repository from this template. Enter a name for your project and click 'Create repository from template'. A new repo based on the template will be created in your GitHUb.
## Documentation
* [nbds_colab](https://hallmx.github.io/nbds_colab/)
Happy literate programming!