File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ pypi] ( https://img.shields.io/pypi/v/nbproject?color=blue&label=pypi%20package )] ( https://pypi.org/project/nbproject )
4
4
[ ![ doi] ( https://img.shields.io/badge/doi-10.56528%2Fnbp-lightgrey )] ( https://doi.org/10.56528/nbp )
5
5
6
- # nbproject: Manage Jupyter notebooks
6
+ # nbproject: Light-weight Jupyter notebook tracker
7
7
8
- Track & publish notebooks with their metadata, dependencies, and consecutiveness .
8
+ Track & publish notebooks with their metadata, dependencies & integrity .
9
9
10
- Why? Read the [ blog post] ( https://lamin.ai/blog/2022/nbproject ) .
10
+ 💡 Consider [ lamindb.track()] ( https://lamin.ai/docs/lamindb.track ) instead of nbproject for these improvements:
11
+
12
+ - consistently track data sources across notebooks, pipelines & apps
13
+ - full provenance for datasets that you pull and push from notebooks
14
+ - manage notebook copying & integrate with Google Colab
15
+
16
+ Like ` nbproject ` , ` lamindb ` is open-source. ` nbproject ` will mostly be maintained as a backend for ` lamindb ` .
17
+
18
+ ---
11
19
12
20
Supported editors & platforms:
13
21
@@ -31,11 +39,11 @@ Get started:
31
39
```
32
40
import nbproject
33
41
34
- nbproject.header() # Tracks notebook, displays metadata.
42
+ nbproject.header() # Tracks notebook, displays metadata
35
43
36
44
# do things
37
45
38
- nbproject.publish() # Checks consecutiveness
46
+ nbproject.publish() # Checks consecutiveness, bumps version
39
47
```
40
48
41
49
More: Read the [ docs] ( https://lamin.ai/docs/nbproject ) .
You can’t perform that action at this time.
0 commit comments