I am trying to run Notebook on the padlets of my students for my course on Python. The Région provides each year new students in high school with a padlet ; this year, like the last one, they are Lenovo padlets running on Android. But this time I cannot run Notebook.
More precisely, lauching Notebook in the terminal of Pydroid3, I have a few seconds to open or create a file, writing a piece of code and run it. But in a minute, I cannot run new scripts anymore, the mark at the beginning of the cell stays on [*]. After that, the message “File save Error for Test.ipynb / NetworkError when attempting to fetch resource” pops up. If I try to restart it, the Kernel is “Unknown”.
I would like to find a simple solution so that the students could fix the problem themselves, directly on the padlet.
P.S.: Last year, we just had to install Pydroid 3 from Playstore on the already Lenovo padlets with Android, install the repository plug-in also from the Playstore, “quick install” Jupyter with (the GUI for) Pip in Pydroid 3 and Notebook worked perfectly well.
Thank you in advance.