shortcut
This commit is contained in:
parent
95127806b0
commit
ebcbd3bf91
3 changed files with 6 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -235,3 +235,5 @@ godot/
|
|||
firmadorlibre/
|
||||
Upscayl/
|
||||
xournalpp/
|
||||
jupyter/
|
||||
ipython/
|
||||
|
|
1
systemd/user/.gitignore
vendored
1
systemd/user/.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
gpg-agent-extra.socket
|
||||
default.target.wants/
|
||||
|
|
3
wrappers/jupyter-notebook-link
Executable file
3
wrappers/jupyter-notebook-link
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
jupyter notebook list | grep 'https*://.*[0-9]*/?token=.*' | cut -d' ' -f 1 | xsel -ib
|
Loading…
Reference in a new issue