Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/restlessronin/nbdep

Generate 'Pipfile' from nbdev 'settings.ini' file
https://github.com/restlessronin/nbdep

nbdev pipenv pipfile

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

nbdep
================

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

## Install

``` sh
pip install nbdep
```

## How to use

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

``` sh
cd my_project

nbdep_pipfile
```

to generate the pipfile.