We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With .ipynb file, use percent magic or exclamation mark
.ipynb
parse PATH:1 failed: SyntaxError('invalid syntax', ('<unknown>', 6, 5, ' %cd $PROJECT_FOLDER\n')) parse PATH:1 failed: SyntaxError('invalid syntax', ('<unknown>', 12, 1, '!pip install pigar\n'))
skip those marks
The text was updated successfully, but these errors were encountered:
Try this:
pip install git+https://github.com/damnever/pigar.git@main --upgrade
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
How to reproduce
With
.ipynb
file, use percent magic or exclamation markResult
Expected behaviour
skip those marks
The text was updated successfully, but these errors were encountered: