Metadata-Version: 2.1
Name: nbd-colab
Version: 0.0.2
Summary: A wrapper around nbdev to streamline its use with google colab.
Home-page: https://github.com/hallmx/nbd_colab
Author: Mathew Hall
Author-email: mathew.hall@dr.com
License: Apache Software License 2.0
Description: # Welcome to nbd_colab
        > nbd_colab is a thin wrapper of functions around nbdev to aid integration of nbdev with Google drive and Google Colab. 
        
        
        ```
        #export
        from nbd_colab.core import *
        ```
        
        ## Install
        
        `pip install nbd_colab`
        
        ## Overview
        
        See the nbdev documentstion formore details of nbdev, a powerful system for exploratory programming, and why you may want to use it. These docs will simply focus on using nbd_colab as an aid to integrating nbded with Google drive and Google Colab.  
        
        There are a number of steps to using nbdev with Google Colab and google Drive
        
        
        
        1.   Create an nbdev template repository in your github account (see nbdev tutorial `https://nbdev.fast.ai/tutorial/#Upload-to-pypi`).
        2.   Configue the settings.ini file in the nbdev template repo (see nbdev tutorial `https://nbdev.fast.ai/tutorial/#Upload-to-pypi`).
        3.   Create a new python 3 instance (notebook) in Google Colab
        4.   !pip install nbd_colab from within the new notebook (it will automatically install nbdev itself)
        5.   Connect your Colab instance to Google drive with setup_drive()
        6.   Run clone_new_repo() to clone the nbdev template repo to your google drive
        7.   When you create a new notebook (new project module), install nbd_colab, 
        from nbd_colab.core import *, and run setup_nb to ensure the module is connected to the Google drive repo and is ready to go!
        
        
        
        
        
Keywords: nbdev,fastai,colab
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
