Nicolas M. Thiéry

Results 105 issues of Nicolas M. Thiéry

[EGI](http://egi.edu) is a federation of publicly funded computing and storage resource providers for research and innovation. This issue tracks deployement of services based on OpenDreamKit's ecosystem on such infrastructures. Latest...

WP4

# Workshop on interfacing (math) software with low level libraries **Dates:** April 30th-May 4th **Location:** Cernay-la-Ville, near Paris, France ## Quick links: - [Program](https://opendreamkit.org/meetings/2018-04-30-Cernay/program/) - [Projects and progress reports](https://opendreamkit.org/meetings/2018-04-30-Cernay/projects) -...

# How to host collections of notebooks? Many of us have had the need to collect and publish on the web collections of notebooks, e.g. for a class, or around...

The goal of this issue is to track collaborations with various institutions and projects to deploy instances of JupyterHub and CoCalc (formerly SageMathCloud), and collect estimates of the difficulties involved...

KPI

For ODK's formal review (and certainly elsewhere), we will want to have self-running demos that our reviewers can glance through. A nice way to author such demos would be to...

TODO: paragraph about the kind of funding opportunities we could be looking for. For now I just created this issue to keep track of some links. - [Cost actions](http://www.cost.eu/COST_Actions) -...

This issue is for discussing whether and how we would want to integrate collaborative features such as video, chat, whiteboard, collaborative text editors, ... in our VRE (e.g. JupyterHub, SageMathCloud)....

- For developers: [current draft](http://opendreamkit.org/about-developers), [source](https://github.com/OpenDreamKit/OpenDreamKit.github.io/blob/master/about-developers.md) - For mathematicians: [current draft](http://opendreamkit.org/about-mathematicians), [source](https://github.com/OpenDreamKit/OpenDreamKit.github.io/blob/master/about-mathematicians.md) TODO: - [ ] The text, especially the "for mathematicians" needs some further work. Feel free to edit...

Brief steps to reproduce (can give further details upon request): - Install jupytext 1.14.1 and jupyter_server 1.18.1 - launch `jupyter server` in a directory containing some markown jupytext notebook foo.md...

I have configured my local jupyterlab so that markdown files are opened as Jupytext notebooks: ``` ... "defaultViewers": { "markdown": "Jupytext Notebook", } ``` which works great and is since...