Skip to content

Commit

Permalink
⬆️ Upgrade to nbproject 0.2.1 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jul 12, 2022
1 parent 65a8b55 commit 4ed8c31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion lamindb/do/_ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,8 @@ def ingest(filepath, integrity: bool = False, i_confirm_i_saved: bool = False):
"Interactive notebook integrity checks are currently only supported on Jupyter Lab.\n" # noqa
"Alternatively, manually save your notebook directly before calling `do.ingest(..., integrity=True)`." # noqa
)
publish(integrity=integrity, i_confirm_i_saved=i_confirm_i_saved)
publish(
integrity=integrity,
i_confirm_i_saved=i_confirm_i_saved,
calling_statement="ingest(",
)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"appdirs",
"supabase",
"python-dotenv",
"nbproject>=0.2.0",
"nbproject>=0.2.1",
]

[project.urls]
Expand Down

0 comments on commit 4ed8c31

Please sign in to comment.