Closed epugh closed 2 years ago
Hi Eric, many thanks! I got too absorbed into making the in-browser quickstart work that I forgot about local environments.
For the step "Ingredient 2 / 3: Embedding", I had to follow the instructions on space to download the model...
I should have put a dependency note there for folks running the code in local environment. In the Binder environment spacy
and the model are installed, but they are not required by hover
, thus causing the issue you found locally.
Update: f88889a62b9b90f40365564a0ceee579703db665 addresses this issue.
This command didn't work:
show(interactive_plot, notebook_url='https://localhost:8888/')
But I tried just
show(interactive_plot)
Interesting. Some used to find it the other way around. Let me put both (one of them commented out) in the code block.
Now, I noticed that they don't quite fit, but that might be another issue.
Could you share like a screenshot? I am guessing that the required plotting space is too wide and you can't scroll horizontally, making it difficult to interact with plots. Is that the case?
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
For the step "Ingredient 2 / 3: Embedding", I had to follow the instructions on space to download the model... Maybe this is a case where "if you can't figure out how to get a spacy model, you shouldn't be using hover" ;-)
Also, when running in NOTEBOOK MODE with Jupyter,
This command didn't work:
But I tried just
and had success, at least in showing the widgets right in the notebook....! Now, I noticed that they don't quite fit, but that might be another issue.