tweag/FawltyDeps

Magic commands (episode 138): in the middle of a line

Open

#132 opened on Feb 9, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (18 forks)auto 404
P3good first issuemore data neededneeds-real-projects-testparsing-importstype: bug

Repository metrics

Stars
 (288 stars)
PR merge metrics
 (PR metrics pending)

Description

This example of a line containing a magic command in a Jupyter notebook is currently not correctly parsed:

lines = !ls -l

Contributor guide