This commit is contained in:
tavo-wasd 2024-08-29 08:25:29 -06:00
parent 95127806b0
commit ebcbd3bf91
3 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View file

@ -235,3 +235,5 @@ godot/
firmadorlibre/ firmadorlibre/
Upscayl/ Upscayl/
xournalpp/ xournalpp/
jupyter/
ipython/

View file

@ -1 +1,2 @@
gpg-agent-extra.socket gpg-agent-extra.socket
default.target.wants/

3
wrappers/jupyter-notebook-link Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
jupyter notebook list | grep 'https*://.*[0-9]*/?token=.*' | cut -d' ' -f 1 | xsel -ib