Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
Generate 'Pipfile' from nbdev 'settings.ini' file
- Host: GitHub
- URL: https://github.com/restlessronin/nbdep
- Owner: restlessronin
- License: apache-2.0
- Created: 2023-01-12T09:47:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T12:06:16.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T16:20:10.305Z (16 days ago)
- Topics: nbdev, pipenv, pipfile
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_projectnbdep_pipfile
```to generate the pipfile.