Python: Difference between revisions

From Wiki
No edit summary
Line 3: Line 3:


= Jupyter Notebook =
= Jupyter Notebook =
 
* autostart from rc.local
 
<blockquote>
<pre>
/usr/local/bin/jupyter-notebook --config=/home/pi/.jupyter/jupyter_notebook_config.py --allow-root
</pre>
</blockquote>


= Links =
= Links =

Revision as of 09:55, 20 November 2017

Information

Jupyter Notebook

  • autostart from rc.local
/usr/local/bin/jupyter-notebook --config=/home/pi/.jupyter/jupyter_notebook_config.py --allow-root

Links

Downloads

python for beginners

pip for python3

  • apt-get install python3-setuptools
  • easy_install3 pip
  • pip-3.2 install <package>

mysql for python3

  • pymysql

mouse control

Links