digital-science / dimcli

Python client and CLI for scientometrics and research analytics using the Dimensions API.
https://digital-science.github.io/dimcli/getting-started.html
MIT License
45 stars 7 forks source link

Split line and cell magic functions #17

Closed lambdamusic closed 5 years ago

lambdamusic commented 5 years ago

Line magics and arguments don't play well together when you need to parse the line's content. (in that case the args parsing throws an error).

Hence better to split @line_cell_magic into separate methods