ploomber / soorgeon

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

Write guide on refactoring function signatures #15

Closed edublancas closed 2 years ago

edublancas commented 2 years ago

At some point, we'll automate this but for the current implementation, we don't allow functions that use global variables (see https://github.com/ploomber/soorgeon/issues/12).

So if an input notebook has functions that use global variables, we should throw an error that includes a link to a short guide explaining how to do it.