What are the options of hosting jupyter notebooks with Julia kernels?

I am teaching a Linear Algebra course now. To show students vectors in 3d-space, I created some interactive 3D plots with Julia and jupyter notebooks. I wonder if there is a way that I can host the notebooks so my students can play with these plots and do some experiments themselves.

I know binder is an option, but it seems to be quite slow to start. Are there any other options? I do have funding to pay for it.

Note that binder is typically only slow on the first start (since the repo has last changed). Just make sure to open it once before the course starts and it should be fine for the students. At least that’s how I’ve used it in the past.

2 Likes