Skip to content

Running on juliabox.com #214

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

Closed
sje30 opened this issue Nov 13, 2017 · 5 comments
Closed

Running on juliabox.com #214

sje30 opened this issue Nov 13, 2017 · 5 comments

Comments

@sje30
Copy link

sje30 commented Nov 13, 2017

Hi,
I'm having difficulty getting the pkg to run on juliabox.com. I think it is simply because of its large size, 177Mb (?), I go over quota of 477Mb. Have you any suggestions for getting your package to run on juliabox.com? (It would be great if it were pre-installed!)

Thanks for such a great package.

@ChrisRackauckas
Copy link
Member

This is an extension of the issue #107 .

You can use DifferentialEquations.jl by simply grabbing its component libraries. For example, if you just want to solve ODEs, you can grab OrdinaryDiffEq.jl and just use that. This is described in the docs:

http://docs.juliadiffeq.org/stable/features/low_dep.html

Hopefully when Pkg3 comes out we can prune the repo and fix this for real.

@sje30
Copy link
Author

sje30 commented Nov 13, 2017

p.s. this is the repo/notebook I'm having trouble with (I'm creating an introduction to neursocience notebook, and one bit used your package for numerical integration of hodgkin huxley equations).

https://github.com/sje30/cnw

@sje30
Copy link
Author

sje30 commented Nov 13, 2017

Thanks, I'll take a look!

@sje30 sje30 closed this as completed Nov 13, 2017
@ChrisRackauckas
Copy link
Member

Yeah, I looked through your stuff and if you just replaced using DifferentialEquations with using OrdinaryDiffEq you'll be fine.

@sje30
Copy link
Author

sje30 commented Nov 16, 2017

Thanks Chris, it all worked perfectly yesterday in my workshop. Great tip, and great package.

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

2 participants