This week, I want to learn something about the Raspberry Pi's command line. The Raspberry Pi's system is based on Linux, so we need to learn the command line.
Previously, I had some basics of the Linux system, I’ve already known some commands such as ls
, cd
, rm
, and so on, so I wanted to do something difficult.
Jupyter Lab is a GUI for coding, and it is much more newbie-friendly than some tools such as Vim. So, in the future, I will use Vim as my major tool for coding, and when I encounter bugs in my coding process, I will use Jupyter Lab to help me Debug.
To install the Jupyter Lab, I follow the instructions from this Web👇
In the process of downloading the Lab, I face a hard issue that my pip
version is too old and I can not continue to install the Lab👇
I searched the web for solutions to this issue, and many sites said I could download the pipx
to solve this problem.
Then, I continued to download the Lab, I faced another problem: although I’ve already downloaded it, I can not enter the UI by using IP:8888. Ultimately, because this problem was too complex, I asked my IT teacher for help to solve it.😭
In the end, I can enter the UI of the Jupyter Lab by using my browser.👇
I want to download something on GitHub in the future but because of the GFW in China, I need to install a VPN. And I choose ShellCrash.
Here is the tutorial for downloading this application👇
https://github.com/juewuy/ShellCrash/blob/dev/README_CN.md
When we enter the home page of this application, we can choose 6 to Import the configuration file.👇
Then, we can enter 9,4 on the home page to install an administration panel.👇