restlessronin / nbdep

Generate 'Pipfile' from nbdev 'settings.ini' file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nbdep

In situations where you need a “.lock” file for version control, having a Pipfile is convenient.

Install

pip install nbdep

How to use

On the command line, cd to your nbdev project and then call

cd my_project

nbdep_pipfile

to generate the pipfile.

About

Generate 'Pipfile' from nbdev 'settings.ini' file

License:Apache License 2.0


Languages

Language:Python 50.0%Language:Jupyter Notebook 43.0%Language:CSS 7.1%