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

add dependencies to conda package #5721

Closed
scottdraves opened this issue Jul 21, 2017 · 7 comments
Closed

add dependencies to conda package #5721

scottdraves opened this issue Jul 21, 2017 · 7 comments
Assignees
Milestone

Comments

@scottdraves
Copy link
Contributor

No description provided.

@gnestor
Copy link
Contributor

gnestor commented Jul 21, 2017

@scottdraves
Copy link
Contributor Author

ok well somehow if you create an env without it, and install beakerx, it fails.
and then you install it and install beakerx and it works.

@gnestor
Copy link
Contributor

gnestor commented Jul 21, 2017

Oh it looks like the README already instructs users to create an environment with jupyter: conda create -y -n beakerx python=3.5 jupyter pandas

@scottdraves
Copy link
Contributor Author

the readme is for developers not users.

@scottdraves
Copy link
Contributor Author

create a new section for users now that that is possible #5726

@scottdraves scottdraves added this to the 0.3 milestone Sep 12, 2017
@scottdraves scottdraves changed the title conda package should depend on jupyter notebook add dependencies to conda package Sep 12, 2017
@scottdraves scottdraves assigned scottdraves and unassigned gnestor Sep 12, 2017
@scottdraves
Copy link
Contributor Author

our readme says:

conda create -y -n beakerx python=3.5 jupyter openjdk pandas
source activate beakerx
conda install -y -c conda-forge ipywidgets=7.0.0 widgetsnbextension beakerx

but it should just be

conda install -c conda-forge beakerx

@scottdraves
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants