y=x
import matplotlib.pyplot as plt x = [-10, 10] y = [-10, 10] plt.plot(x, y) # y = x の直線を描く plt.tit...
81 search resultsShowing 1~20 results
You need to log-in
import matplotlib.pyplot as plt x = [-10, 10] y = [-10, 10] plt.plot(x, y) # y = x の直線を描く plt.tit...
import yfinance as yf import matplotlib.pyplot as plt import mplfinance.original_flavor as mpl im...
import yfinance as yf import matplotlib.pyplot as plt import matplotlib.dates as mdates import mp...
1.VSCodeの中でCtrl + Shift + @コマンドからターミナルを起動 2.pip3 install モジュール名 or python3 -m pip install モジュール名...
libcamera-hello
日本語キーボード化 sudo apt update sudo dpkg-reconfigure keyboard-configuration Generic 105-key PC Japanes...
ozaki@raspberrypi:/etc/netplan$ sudo nano /etc/hosts # Your system has configured 'manage_etc_hos...
ozaki@raspberrypi:~$ ip address 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state...
$ sudo host -t SRV _ldap._tcp.example.local ;; communications error to 127.0.0.1#53: connection r...
C:\Users\<Windowsのユーザ名>>ssh <raspberrypiのユーザ名>@raspberrypi @@@@@@@@@@@@@@@@@@@@@@@...
timedatectl set-timezone Asia/Tokyo echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf sudo ap...
Samba Active Directory Domain Controller(Samba AD DC)を使用してWindowsユーザーを追加する手順を以下に示します。これにより、Samba ...
注意: この情報はネットワーク管理者向けのものです。ネットワーク管理者でない場合は、ネットワーク管理者に連絡してこの情報を伝えてください。この情報はファイル C:\WINDOWS\debug\d...
sudo apt install python3-opencv
すでにubuntuをインストール済みとする ssh hoge@raspberrypi.local GUIインストール sudo apt update sudo apt install -y ub...
下記エラー hoge@raspberrypi:~$ sudo systemctl status smbd ○ smbd.service - Samba SMB Daemon Loaded: lo...
81 search resultsShowing 1~20 results
Qiita is a knowledge sharing service for engineers.