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

https://github.com/restlessronin/nbdep

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

nbdev pipenv pipfile

Last synced: 8 months 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.