ploomber / soorgeon

Convert monolithic Jupyter notebooks 📙 into maintainable Ploomber pipelines. 📊
https://ploomber.io
Apache License 2.0
78 stars 20 forks source link

suggest to use --single-task only when necessary #37

Closed edublancas closed 2 years ago

edublancas commented 2 years ago

there are cases where we don't want to suggest that e.g., when the user's code has syntax errors

idomic commented 2 years ago

Ideally as a first step there should be a sanity check to see all is running and the notebook is running

edublancas commented 2 years ago

yeah. I implemented that already. I run pyflakes which can check syntax errors and also undefined variables