Commit Graph

16 Commits

Author SHA256 Message Date
12bd7b9974 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=34 2022-07-07 19:26:33 +00:00
1027dbdc58 Accepting request 982892 from home:bnavigator:branches:devel:languages:python:jupyter
- Remove './' from test notebook - jupyter notebook refuses to
  serve it as "hidden". -- gh#jupyter/notebook#6453

OBS-URL: https://build.opensuse.org/request/show/982892
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=28
2022-06-15 21:48:27 +00:00
c560cc0d29 Accepting request 980927 from home:bnavigator:branches:devel:languages:python:jupyter
- Unpin nbclient <0.6: Tests pass with 0.6.4

OBS-URL: https://build.opensuse.org/request/show/980927
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=26
2022-06-05 19:52:41 +00:00
9fe340bf13 Accepting request 980881 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 0.3.5:
  * feat: support all kernel ServerConnection options #1129
    (@maartenbreddels)
- Release 0.3.4:
  * feat: make request info available in env for preheated kernels
    #1109 (@mariobuikhuizen)

OBS-URL: https://build.opensuse.org/request/show/980881
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=24
2022-06-05 12:27:34 +00:00
b893ec17ee Accepting request 980836 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/980836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=23
2022-06-05 10:59:15 +00:00
62edbd87b2 Accepting request 944831 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 0.3.0:
  * See CHANGELOG.md for full changelog since 0.1.20
  * Compatibility with updated jupyterlab and notebook
- Test in multibuild
- Use correct jinja2 test templates

OBS-URL: https://build.opensuse.org/request/show/944831
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=22
2022-01-07 22:14:20 +00:00
Tomáš Chvátal
a6e6ea821e - Update to 0.1.21:
* no changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=20
2020-04-06 08:33:33 +00:00
Todd R
f2feaeca33 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=18 2020-01-16 15:23:25 +00:00
Todd R
2c36439105 Accepting request 749353 from home:TheBlackCat:branches:devel:languages:python:jupyter
Update to 0.1.20

OBS-URL: https://build.opensuse.org/request/show/749353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=15
2019-11-18 18:29:17 +00:00
Todd R
286265be47 Accepting request 748439 from home:TheBlackCat:branches:devel:languages:python:jupyter
Drop python2 support due to python-notebook dropping python2 support

OBS-URL: https://build.opensuse.org/request/show/748439
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=14
2019-11-13 16:44:11 +00:00
Todd R
e61e2cfc73 Accepting request 747941 from home:TheBlackCat:branches:devel:languages:python:jupyter
Update to 0.1.18

OBS-URL: https://build.opensuse.org/request/show/747941
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=13
2019-11-12 20:50:21 +00:00
Todd R
32f0a936ac Accepting request 722251 from home:TheBlackCat:branches:devel:languages:python:jupyter
Update to 0.1.9

OBS-URL: https://build.opensuse.org/request/show/722251
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=11
2019-08-11 04:47:50 +00:00
Todd R
f1b69b343b Accepting request 719624 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Update to 0.1.8

OBS-URL: https://build.opensuse.org/request/show/719624
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=9
2019-07-29 14:49:53 +00:00
Todd R
d56bceace4 Accepting request 709579 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Update to version 0.1.2
  * Add basic screencasts
  * Add logo
- Update to version 0.1.1
  * adds styling and a header to the voila tree
- Update to version 0.1.0
  * Only use VoilaHandler for .ipynb files
  * fix: pass config_file_path to pick up the extra nbextension
  * Add flag for nbextensions
  * don't 500 on cell execution errors
  * top-level voila as a serverextension
  * Add @web.autenticated to /voila/tree
  * Wrap rendering with try-catch clauses to handle closed widgets
  * Add ipynb extension in tree handler and voila handler url
- Update to version 0.0.11
  * Remove gridstack
  * use base_url in tornado settings directly
  * Enable bqplot 0.11.x themes
  * feature(configuration): server extension shares configuration with voila app
  * Use jupyterlab_pygments to generate syntax coloring CSS
  * Remove locally built css
  * Give an error when a template is not found
  * Transition to JupyterLab template
- Update to version 0.0.10
  * Usability: Open browser, display url and shortcut to serving directory
  * fix: set cwd of kernel and pass to nbconvert
  * make sure displayed gets triggered
  * fix for accidental default template hard coding
  * do not call setup_template_dirs
  * add traitlets configuration reading
  * Implement Output widget at nbconvert level for interact
  * fix: nbextension get loaded irrespective of jupyter-js-widgets/extension existence
  * Allow starting voila from an instance
  * Tornado6 support

OBS-URL: https://build.opensuse.org/request/show/709579
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=7
2019-06-12 21:26:37 +00:00
Todd R
935225a507 Accepting request 700315 from home:jengelh:branches:devel:languages:python:jupyter
- Use noun phrase in descriptions.

OBS-URL: https://build.opensuse.org/request/show/700315
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=2
2019-05-03 15:00:32 +00:00
Todd R
bf7c956c7a Accepting request 700262 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Initial version

OBS-URL: https://build.opensuse.org/request/show/700262
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=1
2019-05-02 19:42:03 +00:00