Commit Graph

7 Commits

Author SHA1 Message Date
YuviPanda b6dee24cff Revert "Add a jupyter server extension to render desktop/"
Removes the server extension, so the HTML for the interface
*is* served by websockify itself. This is a fix for
https://github.com/yuvipanda/jupyter-desktop-server/issues/10
This reverts commit 18d7fb7b2a.
2019-11-19 16:59:38 -08:00
YuviPanda 18d7fb7b2a Add a jupyter server extension to render desktop/
A mess of a commit, should have been several.

- Finish renaming package from jupyter_desktop to
  jupyter_desktop_server
- Revert 360f9b04c5. Looks like
  websockify gets super confused when you put shell in the middle
  of it and the process it is spawning.
- Add a server extension that renders a slightly modified copy
  of vnc_lite.html as /desktop. This will be modified more and more
  as we go forward. This also helps us remove the mapping present
  in the jupyter server proxy entry
2019-11-19 16:36:54 -08:00
YuviPanda 98b7723943 Explicitly specify version of jupyter-server-proxy needed
We made a release!
2019-11-19 11:07:46 -08:00
YuviPanda 3ee7d7eb1d Bump version number & update CHANGELOG 2019-11-12 14:26:22 -08:00
YuviPanda bfa4a784fe Bump version number & add CHANGELOG 2019-11-06 11:59:09 -08:00
YuviPanda 58750b5499 Move xstartup file into package
Removes need for that step in postBuild
2019-10-29 14:13:14 -07:00
YuviPanda fdcd053cd3 Remove all parts that aren't just XFCE
- Move everything to base directory, since this repo is only
  for jupyter-desktop
- Remove packages not needed for base functionality from apt.txt
  and environment.yml
- Remove extra desktop shortcuts
2019-10-29 12:28:15 -07:00
Renamed from jupyter_desktop/setup.py (Browse further)