question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make the holoviz tutorial into an anaconda-project

See original GitHub issue

We currently produce only a highly pinned conda package. That’s ok, because holoviz isn’t a library that’s designed to be integrated into someone else’s package (that’s what the libraries underlying holoviz are for). But a highly pinned conda package can be difficult/annoying to install, except in a dedicated environment. So we suggest: create env create -n holoviz-tutorial python=3.7 && conda activate holoviz-tutorial && conda install -c pyviz holoviz followed by holoviz examples to get the examples. A nicer alternative might be a “conda env create (remote env file on anaconda.org or maybe github)” command. Or an anaconda project/similar.

Alternatively, we could say something like “conda install pyct && pyct holoviz examples && cd holoviz-examples && conda env create” (pyct having few dependencies and hence being easy to install).

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

5reactions
ceballcommented, Jun 2, 2020

I think renaming the package from holoviz to holoviz-tutorial would be a good move (doesn’t preclude other options in the future).

1reaction
jbednarcommented, Sep 21, 2020

I agree that renaming it would be an improvement, but I think I favor simply releasing an anaconda-project instead. Seems much simpler than making packages.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Make the holoviz tutorial into an anaconda-project #110 - GitHub
A nicer alternative might be a "conda env create (remote env file on anaconda.org or maybe github)" command. Or an anaconda project/similar.
Read more >
Installation — HoloViz 0.15.1 documentation
Step 1: Install a Miniconda (or Anaconda) environment# · Step 2: Download and extract the tutorial project# · Step 3: Launch Jupyter Notebook#...
Read more >
Getting started — Anaconda Project 0.8.0rc5 documentation
This getting started guide walks you through using Anaconda Project for the first time. After completing this guide, you will be able to:...
Read more >
"anaconda-project run jupyter notebook" step fails on Linux + ...
Followed directions at: https://holoviz.org/tutorial/Setup.html. All successful until i get to following step on Linux- $anaconda-project ...
Read more >
HoloViz Tutorial KDD 2022
This tutorial will show you how to do visualization and build interactive dashboards using HoloViz, which is an open-source visualization ecosystem ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found