aidlearning / AidLearning-FrameWork

🔥🔥🔥AidLearning is a powerful AIOT development platform, AidLearning builds a linux env supporting GUI, deep learning and visual IDE on Android...Now Aid supports CPU+GPU+NPU for inference with high performance acceleration...Linux on Android or HarmonyOS
https://docs.aidlux.com
Other
5.59k stars 704 forks source link

how to run jupyter on it? #68

Closed yuanzhi-zhu closed 4 years ago

yuanzhi-zhu commented 4 years ago

I use pip3 to install jupyter and it seems the jupyter is well installed. However, when I type jupyter notebook and enter, it reported wrong: No module named pysqlite2 and No module named _sqlite3. And then I failed to install these two modules.

How can I install jupyter on aidlearning properly? Massive thanks in advance.

aidlearning commented 4 years ago

on the ver0.80 the Jupyter is well installed ,the sqlite3 is well work too. you can hit the icon Jupyter of the desktop to launch it . when launched it need password:admin. you can visit it on the pc alse use the url: http://+mobile's ip +:8888

aidlearning commented 4 years ago

note: Jupyter is already launched .so you don't need to key: jupyter notebook.

jupyter screen
yuanzhi-zhu commented 4 years ago

@aidlearning Jupyter works smoothly on the new version of aidlearning, thanks. This project is great!!!