Opened 8 years ago
Closed 6 years ago
#1899 closed defect (wontfix)
Jupyter Notebook is selectable within the OSGeo-Live menu
Reported by: | camerons | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | OSGeoLive13.0 |
Component: | OSGeoLive | Keywords: | jupyter |
Cc: | osgeolive@… |
Description
Jupyter Notebook is selectable within the OSGeo-Live menu, but the Project Overview and Quickstart are not included in https://live.osgeo.org/en/overview/overview.html
The Jupyter Notebook quickstart should be reviewed and then incorporated.
Change History (13)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Cc: | added |
---|
comment:3 by , 7 years ago
Milestone: | OSGeoLive10.5 → OSGeoLive11.0 |
---|
Ticket retargeted after milestone closed
comment:4 by , 7 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
We decided in the weekly meetings that there would be no Jupyter Quickstart or Overview, since Jupyter is a platform, not an application.
comment:5 by , 7 years ago
Still we need to make sure that the notebooks we provide as examples work as expected, else we should remove those not working.
comment:6 by , 7 years ago
In weekly meetings leading up to release 11.0, we agreed to include Jupyter Notebooks as "Hidden", ie, they should be able to be run by someone who knows where to look, but shouldn't be accidentally found. On release 11.0b1 you can still select Jupyter notebooks from the menu. This opens up http://localhost:8883/notebooks/index.ipynb which provides error message "Unable to connect". So I'm re-opening this issue, and recommend that it is removed from being selectable from the menu.
comment:7 by , 7 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
comment:8 by , 7 years ago
kalxas, points out that you need to select "Start Jupyter Notebook" before selecting "Jupyter Notebook". Ideally this could be put into one step. But the point still remains that this should be hidden in the menu until the documentation is brought up to the OSGeo-Live template standards.
comment:9 by , 7 years ago
amazing amounts of miscommunication over this, continues. The Quickstart and Preview are not the same as the menu item. There is a hacky startup process among all the server-oriented projects, such as geoserver and also jupyter. It works now as it has for 10.0 and 10.5.
comment:11 by , 6 years ago
Milestone: | OSGeoLive11.0 → OSGeoLive13.0 |
---|
Lets try to get a quickstart in place for next release if possible
comment:12 by , 6 years ago
Cc: | added; removed |
---|
Get an error while looking through the jupyter quickstart:
ImportError: No module named CesiumWidget
Tried a pip install CesiumWidget : no matching distribution
Tried with cesiumpy, which install and load.
Still got an error with the cell containing
cesium.py(width="100%", enable_ligthning=True)
=>
Type_error: __init__() got an unexpected keyword argument 'enable_ligthning'
So Jupyter is working, quickstart is broken.
Nicolas