The main server provisioned by Simple and Fast.
  • Nix 94.3%
  • Shell 5.7%
Find a file
simplefast.bot.0.2.0 f87936ce98 fix(notebook): move kernel packages to explicit kernels config and add duckdb/jupysql
Move scientific computing packages from jupyterlabEnv (the singleuser
server env) to an explicit kernels.python3 definition so they are
actually available to user notebooks. The NixOS jupyterhub module uses
jupyterlabEnv only for the server process; user kernels are configured
separately via the kernels option.

Add duckdb, duckdb-engine, and jupysql to the kernel environment.
Remove pip and C library build tools from the container since user
package installation is not supported.

Fixes: No module named pip (PEP 668 externally-managed-environment)

Assisted-by: pi:mimo-v2.5-pro
2026-07-17 19:57:14 +00:00
docs configuration: add jupyterhub as container 2026-07-17 14:32:43 -04:00
pkgs feat(capstone): add wiki plugin to kanboard 2026-05-13 15:37:27 +00:00
secrets feat: remove docmost 2026-05-26 14:05:54 -04:00
simpleauth Add msmptd backed mailer to Fastmail 2026-03-31 20:26:11 -04:00
.gitignore feat: ignore .cache 2026-05-15 18:48:48 -04:00
AGENTS.md Configured runner 2026-04-12 14:58:12 -04:00
configuration.nix fix(notebook): move kernel packages to explicit kernels config and add duckdb/jupysql 2026-07-17 19:57:14 +00:00
disk-config.nix Successful installation with LUKS 2026-04-01 17:55:10 -04:00
flake.lock configuration: add jupyterhub as container 2026-07-17 14:32:43 -04:00
flake.nix configuration: add jupyterhub as container 2026-07-17 14:32:43 -04:00
hardware-configuration.nix Successful first install 2026-03-23 11:18:36 -04:00
KANBOARD_PLAN docs: add Kanboard Capstone implementation plan 2026-05-13 15:37:32 +00:00
README.adoc feat: add spacedout flashcard program to server 2026-05-06 20:04:18 -04:00
README.md configuration: add jupyterhub as container 2026-07-17 14:32:43 -04:00
restore-from-glacier.sh Add restore script (placeholder for Python) 2026-04-04 14:14:51 -04:00
SECURITY.adoc Successful installation with LUKS 2026-04-01 17:55:10 -04:00

ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_simplefast root@51.75.118.65 -p 2222

Useful commands

View JupyterHub logs inside the notebook container

nixos-container run notebook -- journalctl -u jupyterhub -e --no-pager -n 200