-
Notifications
You must be signed in to change notification settings - Fork 55
Error loading server extension #32
Comments
Same here.
should help but when running this I'm getting
|
it turned out it's sparkonitor-s not spark-monitor-s |
I use sparkmonitor-s and that solve the error previously mentioned. sudo docker exec jupyterhub bash -c "pip install sparkmonitor-s==0.0.11"
sudo docker exec jupyterhub bash -c "jupyter nbextension install sparkmonitor --py --user --symlink"
sudo docker exec jupyterhub bash -c "jupyter nbextension enable sparkmonitor --py --user"
sudo docker exec jupyterhub bash -c "jupyter serverextension enable --py --user sparkmonitor"
sudo docker exec jupyterhub bash -c "ipython profile locate default"
sudo docker exec jupyterhub bash -c "echo \"c.InteractiveShellApp.extensions.append('sparkmonitor.kernelextension')\" >> /home/jovyan/.ipython/profile_default/ipython_kernel_config.py" When I connect to jupyterHub and create a new But the module do not appears when I run a job... |
"But the module do not appears when I run a job..." |
yeah, same here. The problem looks like the import in module.js from the browser debugger:
|
I have some issues with other libraries, so I switch to zeppelin, that match my current needs... I might look back to jupyter later on. |
Hi,
I am using JupyterHub on AWS EMR v5.24
JupyterHub is installed inside a docker container from AWS.
It comes with:
I try to install sparkmonitor within the container as follow
I get message
- Validating: OK
for the twonbextention
lines but after the last line I get the error message:I continue with
When I run JupyterHub, I see a button "Toggle Spark Monitoring Displays" but I cannot see the monitoring module... any Idea ?
The text was updated successfully, but these errors were encountered: