The Start
Throughout the past week and a half or so, I’ve been working on and off with a new software that most of you know: Jupyter Notebook. A quick install with pip, a thousand warnings to use anaconda, and a couple of scrapped virutal environments, and I was in for a surprise.
Jupyter notebook is amazing. To me, it was bizarre that you could create a project in which code blocks ran in an order completely opposite in which they appeared. Reading through the notebook you may see an import of matplotlib, and then a graph that was meant to be produced by it. But funnily you can get this kind of nonsense:
An import that seems as if it doesn’t even work.