trouble with the md:myst output #295
Replies: 5 comments 2 replies
-
|
Hey 👋 could you clarify your problem a bit? It is a bit hard to understand what is the specific thing you’re expecting to happen, and what is not happening. |
Beta Was this translation helpful? Give feedback.
-
|
sure :) all my notebooks tagged as being 'md:myst' behave the same: my problem is I don't get 2 different outputs:
I was not able to reproduce the issue from the jupytext test env, but from there I always get the second form so I am trying to figure what it is in my environment that causes my installed jupyter to end up producing the first form hope this clarifies the matter - thanks ! |
Beta Was this translation helpful? Give feedback.
-
|
Yes it's optional and does not affect the execution in any way, it is used for syntax highlighting and is populated from the pymgments/lever key in the the notebook metadata |
Beta Was this translation helpful? Give feedback.
-
right, but the reason it is an impediment is because in some use cases I end up with a lot of meaningless diffs - which was the reason for going text in the first place ;-)
ah, this is interesting ! thanks ! |
Beta Was this translation helpful? Give feedback.
-
|
in this particular instance, I had a bunch of ipynb files that I mass-converted to myst using from that point, as soon as I load any of these files under jupyter classic, and save it from there, the I am suspecting some odd configuration in my jupyter custom settings maybe, but before I scrub that thoroughly (which honestly feels scary) I'd really like to figure what on earth can be happening here :) thanks ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks
I'm currently running into an issue, which has to do with the md:myst output format
I had filed an issue in jupytext at first, here
mwouts/jupytext#759
digging a little further - i.e. trying to reproduce the issue within the jupytext test context - did not pan out
I could read here
https://myst-nb.readthedocs.io/en/latest/use/markdown.html?highlight=code-cell%20ipython3#syntax-for-code-cells
that the
ipython3addition tocode-cellwas optional, and I'm curious to know if there are any environment/settings that would cause the myst output to come with that, as all my attempts so far with the jupytext cli would not include thatipython3, while otoh all my attempts at producing a myst from jupyter classic do include that extraipython3I'd be really interested if someone from the myst team could take a quick look at that issue
and let me know if I'm not simply missing something obvious here
or redirect me to the right people/channel if relevant
thanks a bunch !
Beta Was this translation helpful? Give feedback.
All reactions