-
I deployed the juliabox on google computing engine instance. I got a blank page once I configured the hostname. The blank page source is
``` html
parent.JuliaBox.inform_lo…
-
Hi,
I was wondering if it were possible to have a juliabox url take me to the authentication page if I'm not currently logged in.
For example, if I haven't logged into juliabox yet, and I try to nav…
-
### Bug description
I filed this as bug 938 on tljh, but i think it belongs here.
https://github.com/jupyterhub/the-littlest-jupyterhub/issues/938
The change password url:
...url.../…
-
### Bug description
I'm running TLJH on ubuntu 22.04
If I go to
...url.../hub/auth/change-password
I get a dialog box asking me for a new password, but when I type in the new pass…
-
May be related to the version of Julia in which the code was written.
-
Stable and pre-installed packages are one of the important things people are looking for on JuliaBox. Here are a few points that came out from what @ViralBShah and myself discussed recently. This is t…
-
When we make an API call using XMLHttpRequest to the JuliaBox API, we need to set `withCredentials=true` on the XHR object. This adds an `Origin: ` header, and also passes all Cookies through.
The J…
-
With #59 we have good infrastructure for generating notebooks. There are a couple more steps we need:
* Content. This could be taken from existing open-source tutorials (#68) and we should also por…
-
By default, the JuliaBox `engineinteractive` container will render `index.tpl` which will attempt to pull the Adobe TypeKit generated `//use.typekit.net/cpz5ogz.js`. This will only work on the domains…
-
Somehow
```
using PyPlot
scatter3D(0.5,0.5,0.5,label="point")
legend()
```
renders a plot of the point WITHOUT the legend.
Tested via JuliaBox and on PC install of Julia 0.4.6