Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
933 contributions in the last year
Contribution activity
October 2020
- mwouts/jupytercon2020-developingextensions Jupyter Notebook
- mwouts/setup-miniconda TypeScript
- mwouts/black Python
Created a pull request in mwouts/jupytext that received 4 comments
Minor update of the jupyterlab-jupytext extension
The description & dependencies of the JupyterLab extension were updated. Closes #654
- Filter out the execution cell metadata by default
- Update YAML header in Julia md:pandoc notebook
- Test Jupytext with Python 3.9
- Add links to MyBinder
- How to open a text notebook
- Drop the deprecated functions readf and writef
- Use a conda environment on RTD
- Use myst_parser to render the Jupytext documentation
- Convert the doc/xx.md links in README.md to links to RTD
- Reorganize the README
- Jupytext tests work on non-English locales
- Wait until all the jobs have run to comment the PR
- Test that glob expressions can be used on Windows
- Skip the CI jobs when only CHANGELOG is updated
- Update codecov.yml according to Tom's recommendation
Created an issue in mwouts/jupytext that received 10 comments
Use mamba rather than conda on the conda-CI
Mamba is a faster replacement for conda.
And it is indeed much faster! Locally the jupytext-ci environment is created in only 13s, while with conda …
- Expose some of Jupytext docstrings on RTD
- File Load Error - content.indexOf is not a function when opening a text file in JupyterLab
- Make sure the JupyterLab extension for Jupytext works well with JupyterLab 3.0 RC
- The JupyterLab extension for Jupytext should let the user know that a server extension is required
- Fix the links to the documentation in the project description on pypi
- Magic cell languages vs magic cell commands