https://github.com/restlessronin/nbdep
Generate 'Pipfile' from nbdev 'settings.ini' file
https://github.com/restlessronin/nbdep
nbdev pipenv pipfile
Last synced: 4 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T12:06:16.000Z (about 3 years ago)
- Last Synced: 2025-01-28T20:14:47.031Z (about 1 year 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_project
nbdep_pipfile
```
to generate the pipfile.