Skip to content

Latest commit

History

366 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

python.note

メモ

_tkinter.TclError: no display name and no $DISPLAY environment variable

importmatplotlibmatplotlib.use('Agg')

Python 3 on Amazon Linux

sudo yum install python36
sudo yum install python36-pip

Python 3 on Ubuntu 16.04 LTS

sudo apt install python3
sudo apt install python3-pip
sudo apt install python3-virtualenv

Installing mod_wsgi on Ubuntu 16.04 LTS

sudo apt install libapache2-mod-wsgi-py3
sudo service apache2 restart

scikit-learn, Python 3, Debian(Ubuntu)

pip3 install scipy
pip3 install numpy
pip3 install pandas
pip3 install scikit-learn

Jupyter Notebook

pip3 install jupyter
jupyter notebook --ip 192.168.187.134
sudo jupyter notebook --ip 0.0.0.0 --port 80 --allow-root

Getting started with pip on Ubuntu 18 LTS (2018-05-03)

apt update
apt install python3-pip

Getting started with Python on Ubuntu 18 LTS

pip3 install virtualenv
pip3 install numpy
pip3 install scipy
pip3 install pandas
pip3 install matplotlib
pip3 install scikit-learn

Getting started with Python3 virtualenv

python3 -m venv .
. bin/activate
which python3
which pip3
pip3 install aaa
pip3 install bbb
pip3 install ccc
python3 ./your_application.py
deactivate

2023-07-23 BERT を用いた文書のクラスタリング

pip install bertopic

About

Python いろいろ

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages