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

nodebook to notebook #83

Merged
merged 2 commits into from
Oct 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- Generating requirements.txt for Python project.
- Handling the difference between different Python versions.
- Jupyter nodebook (`*.ipynb`) support.
- Jupyter notebook (`*.ipynb`) support.
- Including the import statements from ``exec``/``eval``, doctest of docstring, etc.
- Searching packages by import name.
- Checking the latest versions for Python project.
Expand Down Expand Up @@ -45,7 +45,7 @@ pip install git+https://github.com/damnever/pigar.git@[master or other branch] -
$ pigar -p ../dev-requirements.txt -P ../
```

`pigar` can list all files which referenced the package(the line numbers for Jupyter nodebook may be a bit confusing), for example:
`pigar` can list all files which referenced the package(the line numbers for Jupyter notebook may be a bit confusing), for example:
```
# project/foo.py: 2,3
# project/bar/baz.py: 2,7,8,9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

- Generating requirements.txt for Python project.
- Handling the difference between different Python versions.
- Jupyter nodebook (`*.ipynb`) support.
- Jupyter notebook (`*.ipynb`) support.
- Including the import statements from `exec`/`eval`, doctest of docstring, etc.
- Searching packages by import name.
- Checking the latest versions for Python project.
Expand Down