jckantor / nbpages

Command line tool to maintain a repository of Jupyter notebooks.
https://jckantor.github.io/nbpages/
MIT License
1 stars 4 forks source link

incorrect parsing of import statements #41

Closed jckantor closed 4 years ago

jckantor commented 4 years ago

The python index doesn't match and parse comma separated lists of libraries from the import statement.

jckantor commented 4 years ago

Expanded the regex to match comma delimited list of imported libraries.