jupytext icon indicating copy to clipboard operation
jupytext copied to clipboard

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts

Results 151 jupytext issues
Sort by recently updated
recently updated
newest added

Currently the Jupytext contents manager classifies as a notebook every file that has a Jupytext extension. This is probably a bit too inclusive, cf. #224, #183. It would be nice...

The [jupyterlab-github](https://github.com/jupyterlab/jupyterlab-github) and [jupyterlab-gitlab](https://gitlab.com/beenje/jupyterlab-gitlab) allow to access notebooks from GitHub or GitLab repositories. Notebooks can be run directly from the remote repo. I installed jupytext and local .md and .py...

Hi! Great work on jupytext! I'm wondering if it's possible or how difficult it would be to implement the following for JupyterLab: * Open a notebook * Open the same...

Just a hypothesis on your the design of the light format: If code cell output can be memorised in any of the light file format (*.lgt.py or *.lgt.gl) as a...

In 1.0.0-rc4 the Jupytext extensions are completely blind to the default Jupytext config. We should change this and at least implement @phaustin's expectations #176 : > I expected the "custom"...

I had a piece of code that read ```python with open(self.filename) as f: self.notebook = jupytext.read(f) ``` the odd thing is, this kind of worked on some input notebooks, but...

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...

Hello! Following the jupyterlab binder link from [jupytext's repo](https://github.com/mwouts/jupytext/tree/12964ef42783722815cd5d12df47d5ce67c1b323), I currently get an error: "404 : Not Found You are requesting a page that does not exist!" The url is:...

Closes #986 Closes #974 TODO - [ ] Find a more efficient way to determine if `nb_file` matches a glob than listing all the files in the glob - [...