An open API service indexing awesome lists of open source software.

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.

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!