Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
JPBianchi
/
vectorsearch
like
0
Sleeping
App
Files
Files
Community
17c6318
vectorsearch
/
utilities
/
install_kernel.sh
JPBianchi
temp before HF pull
30ffb9e
11 months ago
raw
Copy download link
history
blame
Safe
134 Bytes
#!/bin/bash
echo
Installing Jupyter kernel named
$1
with display name
$2
ipython kernel install --name
"
$1
"
--user --display-name
$2