Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Melusina
vDHd Volume
burghardt_embed
Commits
fadff7f5
Commit
fadff7f5
authored
May 29, 2021
by
Bernhard Liebl
Browse files
fix local installation
parent
afdc2d28
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
fadff7f5
# vectorian-2021-demo
# vectorian-2021-demo
Demo Notebooks for the new Vectorian
Demo Notebooks for the new Vectorian
# Local Installation
## Installation
```
cd /path/to/your/projects/folder
git clone https://github.com/poke1024/vectorian-2021-demo
cd vectorian-2021-demo
conda env create -f environment.yml
```
The
`conda`
command usually takes 5 to 10 minutes.
## Launching
```
conda activate vectorian-demo
cd /path/to/your/projects/folder
cd vectorian-2021-demo
jupyter notebook publication.ipynb
```
Executing the first code cell will take some time.
## Troubleshooting
Sometimes the Bokeh server wants a different port. Running
```
import os
os.environ["BOKEH_ALLOW_WS_ORIGIN"] = "localhost:8890"
```
inside Jupyter can help.
environment.yml
View file @
fadff7f5
...
@@ -8,7 +8,7 @@ dependencies:
...
@@ -8,7 +8,7 @@ dependencies:
-
ipywidgets
-
ipywidgets
-
widgetsnbextension
-
widgetsnbextension
-
faiss
-
faiss
-
b
s4
-
b
eautifulsoup4>=4.9
-
pip
-
pip
-
pip
:
-
pip
:
-
vectorian>=0.8.1.dev4
-
vectorian>=0.8.1.dev4
...
@@ -21,4 +21,4 @@ dependencies:
...
@@ -21,4 +21,4 @@ dependencies:
-
networkx>=2.5.1
-
networkx>=2.5.1
-
jp_proxy_widget
-
jp_proxy_widget
-
https://github.com/MartinoMensio/spacy-sentence-bert/releases/download/v0.1.2/en_paraphrase_distilroberta_base_v1-0.1.2.tar.gz#en_paraphrase_distilroberta_base_v1-0.1.2
-
https://github.com/MartinoMensio/spacy-sentence-bert/releases/download/v0.1.2/en_paraphrase_distilroberta_base_v1-0.1.2.tar.gz#en_paraphrase_distilroberta_base_v1-0.1.2
-
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0-py3-none-any.whl
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment