DexterInd / GoPiGo3

The GoPiGo3 is a Raspberry Pi Robot!
https://gopigo.io
Other
96 stars 85 forks source link

Optimize notebook #267

Closed CleoQc closed 4 years ago

CleoQc commented 4 years ago

It turns out that Jupyter notebooks don't like cells with 5000 lines. In fact, less than 100 is better.

So I split all cells, and I optimized setting a dictionary to 0 on start. It's still long to start but at least it won't crash the jupyter server.

Did this for a specific client btw.