Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install from Anaconda #79

Closed
efraintorlo opened this issue Jul 10, 2017 · 10 comments
Closed

Install from Anaconda #79

efraintorlo opened this issue Jul 10, 2017 · 10 comments

Comments

@efraintorlo
Copy link

Hi guys,

I'm just wondering if you have or are planning an official Dash version for Anaconda installations.

I need to say that Dash is simple awesome. Thanks for this library.

Cheers

@chriddyp
Copy link
Member

Thanks @elchinot7 !

Yeah, we could add a conda version. It is possible to install packages from pip into a conda environment, right? What are the benefits of having the package in both repositories?

@efraintorlo
Copy link
Author

@chriddyp you are right, in regular situation it is posible to install any package using pip, however in some situations, in azure Machine Learning Studio for example, only conda versions are accesible.

@rpanai
Copy link

rpanai commented Dec 28, 2017

@elchinot7 It is possible but, as example, if you are using pandas from conda it reinstalls on top one with pip. Which is not very elegant. A plotly is available on conda it will be great to have dash too.

@jtpio
Copy link

jtpio commented Jan 26, 2018

With conda it's possible to define an environment.yml file:

name: dash-conda-example
dependencies:
  - python=3
  - pip
  - numpy
  - pip:
    - dash==0.20.0
    - dash-renderer==0.11.2
    - dash-html-components==0.8.0
    - dash-core-components==0.18.1

And run: conda env create to create the conda environment and install all the dependencies at once.

@kalashnikov
Copy link

Refer to Dash Installation for latest recommend version configuration.

@julianhatwell
Copy link

Benefits of conda are to manage separate environments. Given any credible data scientist is working with Anaconda, it makes sense to manage a conda installation version.

I can install dash into conda by:
conda install -c derickl dash

but I have to install core and html components by hand which is tedious.

@iiosenov
Copy link

iiosenov commented Jun 29, 2019

Thank you for the great set of packages and work!

May I recommend adding official support for conda as this is kind of the gate for newcomers getting involved in analysis and visualization with Python (by official, I mean adding instructions to the documentation and move the pip option away to just as an alternative). There are a lot of issues when it comes to merging conda and pip packages together, described here https://www.anaconda.com/using-pip-in-a-conda-environment/

@wizwiz03
Copy link

wizwiz03 commented Nov 2, 2019

Are there any updates or plans for this as this is still open?

@chriddyp
Copy link
Member

chriddyp commented Nov 4, 2019

The conda packages are maintained as part of conda-forge now. See installation instructions here: https://github.com/conda-forge/dash-feedstock#installing-dash

So I suppose this can be closed.

@chriddyp chriddyp closed this as completed Nov 4, 2019
@sterlinm
Copy link

Is this being maintained? It looks like the latest version of dash on conda-forge is 1.4.1 vs the latest release being 1.7.0. Thanks!

HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 28, 2021
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 28, 2021
* modify click/dblclick behavior

* - value null case
- additional test

* remove .only (again!)

* bump version

* fix regression on dropdown cells

* update tests behavior on cell click

* update changelog description to better reflect actual changes
HammadTheOne pushed a commit that referenced this issue Jul 23, 2021
* modify click/dblclick behavior

* - value null case
- additional test

* remove .only (again!)

* bump version

* fix regression on dropdown cells

* update tests behavior on cell click

* update changelog description to better reflect actual changes
HammadTheOne pushed a commit that referenced this issue Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants