plotly / dash-bio

Open-source bioinformatics components for Dash
https://dash-gallery.plotly.host/Portal/?search=Bioinformatics
MIT License
529 stars 194 forks source link

Dash_bio import not working #708

Open Lucas-Servi opened 2 years ago

Lucas-Servi commented 2 years ago

Describe the bug Can't import this library on jupyter-notebook and jupyter-lab, not even in python by console.

To Reproduce pip install -U dash_bio import dash_bio

Python version: Python 3.9.5

Python environment (all installed packages in your current environment): Linux: Mint 20.3 Kernel: 5.15.0-46-generic

IPython 8.4.0 Notebook server is: 6.1.4 Lab server: 3.4.4 Pandas 1.4.3 Dash 2.6.1 Dash_bio 1.0.2 node v16.13.1

Additional context

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Input In [2], in <cell line: 1>()
----> 1 import dash_bio

ModuleNotFoundError: No module named 'dash_bio'
HammadTheOne commented 1 year ago

Hi Lucas, I was able to install and import it successfully through a local jupyter-notebook kernel with:

%pip install dash_bio
import dash_bio

Are you still encountering this problem?

yolololo-huang commented 10 months ago

I hope this message finds you well. I'm a very beginner in programming. When I copy the example in dash plotly and sucessfully download related packages, the dash_bio module is still not found in my pycharm. However I found no solution so far. I'd much appreciate if someone can help!

ModuleNotFoundError: No module named 'dash_bio'