Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tree command to list notebook dependencies #68

Merged
merged 2 commits into from
Jan 15, 2025
Merged

Add tree command to list notebook dependencies #68

merged 2 commits into from
Jan 15, 2025

Conversation

manzt
Copy link
Owner

@manzt manzt commented Jan 14, 2025

Show notebook dependencies as a tree:

juv init
juv add Untitled.ipynb anywidget
juv tree Untitled.ipynb
# anywidget v0.9.13
# ├── ipywidgets v8.1.5
# │   ├── comm v0.2.2
# │   │   └── traitlets v5.14.3
# │   ├── ipython v8.31.0
# │   │   ├── decorator v5.1.1
# │   │   ├── jedi v0.19.2
# │   │   │   └── parso v0.8.4
# │   │   ├── matplotlib-inline v0.1.7
# │   │   │   └── traitlets v5.14.3
# │   │   ├── pexpect v4.9.0
# │   │   │   └── ptyprocess v0.7.0
# │   │   ├── prompt-toolkit v3.0.48
# │   │   │   └── wcwidth v0.2.13
# │   │   ├── pygments v2.19.1
# │   │   ├── stack-data v0.6.3
# │   │   │   ├── asttokens v3.0.0
# │   │   │   ├── executing v2.1.0
# │   │   │   └── pure-eval v0.2.3
# │   │   └── traitlets v5.14.3
# │   ├── jupyterlab-widgets v3.0.13
# │   ├── traitlets v5.14.3
# │   └── widgetsnbextension v4.0.13
# ├── psygnal v0.11.1
# └── typing-extensions v4.12.2

@manzt manzt force-pushed the manzt/tree branch 2 times, most recently from 1edffc8 to 1a9faa0 Compare January 15, 2025 00:05
@manzt manzt added the enhancement New feature or request label Jan 15, 2025
@manzt manzt merged commit 145a716 into main Jan 15, 2025
19 checks passed
@manzt manzt deleted the manzt/tree branch January 15, 2025 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant