Commit Graph

520 Commits

Author SHA1 Message Date
Jeremy Tuloup
356b7965d8 Reuse mobile view CSS from upstream JupyterLab 2021-07-14 10:08:59 +02:00
Jeremy Tuloup
030314a845
Merge pull request #177 from jtpio/version
`jupyter retro --version` returns the version
2021-07-14 10:06:48 +02:00
Jeremy Tuloup
40a1f2e817 jupyter retro --version returns the version 2021-07-14 09:57:02 +02:00
Jeremy Tuloup
773dff6d99
Merge pull request #176 from jtpio/lab-rc
Update to JupyterLab 3.1.0rc1
2021-07-14 09:47:19 +02:00
Jeremy Tuloup
caa355c544 Update resolutions 2021-07-14 09:17:34 +02:00
Jeremy Tuloup
4504721f73 Update lab Python package to rc1 2021-07-13 21:25:08 +02:00
Jeremy Tuloup
006ae6822c Update to JupyterLab 3.1.0rc1 2021-07-13 21:23:19 +02:00
Jeremy Tuloup
d61017515e Release 0.3.0b0 2021-07-06 10:58:44 +02:00
Jeremy Tuloup
ff42cbed67
Merge pull request #174 from jtpio/changelog
Add Changelog for 0.3.0b0
2021-07-06 10:52:15 +02:00
Jeremy Tuloup
14f9e2b9c0 Add Changelog for 0.3.0b0 2021-07-06 08:51:53 +02:00
Jeremy Tuloup
574da61aa7
Merge pull request #167 from jtpio/alpha-13
Update to JupyterLab 3.1.0-beta.0 packages
2021-07-05 20:39:25 +02:00
Jeremy Tuloup
a4c0a3a04d Cleanup 2021-07-05 20:01:15 +02:00
Jeremy Tuloup
6c4648e8c0 Test on multiple browsers 2021-07-05 19:44:49 +02:00
Jeremy Tuloup
38401e17d0 Fix rename test 2021-07-05 19:17:51 +02:00
Jeremy Tuloup
6e7e1eb712 Update to @playwright/test as the test runner 2021-07-05 18:15:36 +02:00
Jeremy Tuloup
19c69aaed7 Update resolutions 2021-07-05 16:33:20 +02:00
Jeremy Tuloup
aee20dc4d9 Update to beta 0 2021-07-05 11:15:12 +02:00
Jeremy Tuloup
84d867b55c CSS fixes 2021-06-16 20:58:31 +02:00
Jeremy Tuloup
2e8cfe4799 Update to jupyterlab~=3.1.0a13 2021-06-16 20:08:47 +02:00
Jeremy Tuloup
58b618bdae Update integrity 2021-06-16 19:37:38 +02:00
Jeremy Tuloup
b14690b515 Update to JupyterLab 3.0.1-alpha.13 packages 2021-06-16 18:42:24 +02:00
Jeremy Tuloup
70fad42797
Merge pull request #166 from jtpio/status
Check the application status before closing the tab
2021-06-15 17:42:46 +02:00
Jeremy Tuloup
cfddb800f0
Update JupyterLab -> RetroLab 2021-06-15 09:01:26 +02:00
Jeremy Tuloup
53c282ca25 Rename plugins 2021-06-15 00:35:40 +02:00
Jeremy Tuloup
b9a15f8bc3 Add a dirty plugin 2021-06-15 00:32:10 +02:00
Jeremy Tuloup
7f643d6ae5 Add ILabStatus 2021-06-15 00:20:29 +02:00
Jeremy Tuloup
752e21fde9
Merge pull request #159 from yuvipanda/tree-redirect
Mimic classic notebook behavior for /tree/<path>
2021-06-09 12:19:11 +02:00
YuviPanda
b8928e4f46 Mimic classic notebook behavior for /tree/<path>
- Show directory listing if path is a directory
- Show notebook if path is a notebook
- Return file contents if path is any other file

Copied from 6fe9755971/notebook/tree/handlers.py (L39)

Fixes https://github.com/jupyterlab/retrolab/issues/153
2021-06-09 04:12:11 +05:30
Jeremy Tuloup
0f7c026472
Merge pull request #148 from jabbera/hub_extension
Enable hub-extension
2021-05-31 09:31:08 +02:00
Mike
e834c7f5b3 Add jupyetrhub configuration to page_config 2021-05-28 22:01:53 -04:00
Mike
7b95609d4b Update lock 2021-05-28 14:48:08 -04:00
Michael Barry
8c82a6217a Enable hub-extension 2021-05-28 14:43:34 -04:00
Jeremy Tuloup
b28c91c9ad
Merge pull request #144 from jtpio/ci-all-branches
Trigger CI on all branches for `push` events
2021-05-28 15:21:23 +02:00
Jeremy Tuloup
5e305a4663 Trigger CI on all branches for push 2021-05-28 15:05:47 +02:00
Jeremy Tuloup
f2aeab676d
Merge pull request #140 from jtpio/update-release-workflow
Fix release workflow
2021-05-28 14:42:40 +02:00
Jeremy Tuloup
d956179598 Fix release workflow 2021-05-28 14:27:58 +02:00
Jeremy Tuloup
40e93c91ce Release 0.3.0a2 2021-05-28 12:34:07 +02:00
Jeremy Tuloup
988db2b2f9
Merge pull request #138 from ideonate/main
Easier to access RetroLab tree
2021-05-27 17:35:40 +02:00
Dan Lester
6f8326f560
rename Tree to File Browser in text 2021-05-27 14:11:04 +01:00
Dan Lester
4d1a14dd8d
Launch retrolab in Readme 2021-05-27 11:58:29 +01:00
Dan Lester
9cafc38422
Redirect from /retro to /retro/tree 2021-05-27 11:52:42 +01:00
Dan Lester
3267b77fb9
Add Launch RetroLab Tree to Help menu 2021-05-27 11:41:28 +01:00
Jeremy Tuloup
fd73915a59
Follow-up to the move to the jupyterlab organization (#137)
* Update repo links to the jupyterlab org

* Fix permissions for the binder workflow

* Project Jupyter Contributors

* Add community guidelines to the README
2021-05-26 21:35:22 +02:00
Jeremy Tuloup
1ec00dedd1 Release 0.3.0a1 2021-05-26 15:55:46 +02:00
Jeremy Tuloup
16d2a1ad9f
Merge pull request #131 from jtpio/logo
Update logo
2021-05-26 14:59:17 +02:00
Jeremy Tuloup
b5450033ad Add retrolab toolbar icon 2021-05-26 14:01:09 +02:00
Jeremy Tuloup
91867df4ba Add --retro-logo flag to the README 2021-05-26 11:15:14 +02:00
Jeremy Tuloup
7e0244162b Cli --retro-logo to enable the retro inline logo 2021-05-26 11:07:37 +02:00
Jeremy Tuloup
bd983920ee Center logo in the readme 2021-05-26 10:37:10 +02:00
Jeremy Tuloup
95bd7b26dc Update logo
Co-authored-by: Wolf Vollprecht <w.vollprecht@gmail.com>
2021-05-26 10:17:26 +02:00