Closed LuckyJosh closed 1 year ago
Stefan and I did it for a workshop with PhD students, and they didn't complain, I liked it as a more scalable way. But then we need to change it everywhere, even exercises and notebooks you didn't think about beforehand...
I would be in favor of changing it. We should probably keep a small section in the end about "the old way" so people are aware when looking at the docs / stackoverflow
Stefan and I did it for a workshop with PhD students, and they didn't complain, I liked it as a more scalable way. But then we need to change it everywhere, even exercises and notebooks you didn't think about beforehand...
At least it is easy to search for all the place that need to be changed 😀
An other change we discussed before was the change from the
REPL
-style plotting withplt. ...
to the use offig, ax = plt.subplots()