Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JPBianchi
/
vectorsearch
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
17c6318
vectorsearch
/
utilities
/
install_kernel.sh
JPBianchi
temp before HF pull
30ffb9e
about 1 year 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