sync notes(auto)

This commit is contained in:
Kaz Saita(raspi5) 2024-04-26 17:30:13 +09:00
parent b596c9f130
commit b60ded8c52
2 changed files with 28 additions and 2 deletions

View file

@ -56,3 +56,6 @@ $$
- [Site Unreachable](https://www.analog.com/jp/resources/technical-articles/a-filter-primer.html) - [Site Unreachable](https://www.analog.com/jp/resources/technical-articles/a-filter-primer.html)
- [Lecture 23 Filters Hung-yi Lee. - ppt download](https://slideplayer.com/slide/3990721/) - [Lecture 23 Filters Hung-yi Lee. - ppt download](https://slideplayer.com/slide/3990721/)
- [Pole-Zero Analysis | Introduction to Digital Filters](https://www.dsprelated.com/freebooks/filters/Pole_Zero_Analysis_I.html) - [Pole-Zero Analysis | Introduction to Digital Filters](https://www.dsprelated.com/freebooks/filters/Pole_Zero_Analysis_I.html)
[[20240426171855 filter private]](まとまってないので非公開)

View file

@ -82,3 +82,26 @@ WantedBy=multi-user.target
## Refs. ## Refs.
- [Project Jupyter | JupyterHub](https://jupyter.org/hub) - [Project Jupyter | JupyterHub](https://jupyter.org/hub)
- [JupyterHub/JupyterLabを構築してみた マルチユーザでGPUマシンを共有するための開発環境トレンドコラムGPUサーバープラットフォームの設計/構築なら「技術力」のNTTPC](https://www.nttpc.co.jp/gpu/article/technical12.html) - [JupyterHub/JupyterLabを構築してみた マルチユーザでGPUマシンを共有するための開発環境トレンドコラムGPUサーバープラットフォームの設計/構築なら「技術力」のNTTPC](https://www.nttpc.co.jp/gpu/article/technical12.html)
### 未整理
#tech #server #raspi
https://github.com/jupyterhub/jupyterhub-the-hard-way/blob/HEAD/docs/installation-guide-hard.md
[Raspberry Pi 4 ModelBでJupyterLabを使うみなみゆうき](https://note.com/y373/n/ne5f96936fc28)
[JupyterHub + JupyterLabで Python マルチユーザプラットフォームを作る on Rapsberry Pi 3B+ ! #Python - Qiita](https://qiita.com/noguhiro2002/items/99758ad66587f24c0ef2)
https://blog.gitea.com/render-jupyter-notebooks/
configurable-http-proxy
giteaで表示したい
sudo apt install jupyter-nbconvert ipython3 python3-ipykernel
sudo ipython3 kernel install --name "python3"
これを踏む
[exporting matplotlib plots to html when using %matplotlib widget or notebook · Issue #1655 · jupyter/nbconvert · GitHub](https://github.com/jupyter/nbconvert/issues/1655)
たぶんこっちの方がいい voila
[GitHub - voila-dashboards/voila: Voilà turns Jupyter notebooks into standalone web applications](https://github.com/voila-dashboards/voila)