Rosio
Rosio
Thank you @MichalRIcar for submitting this issue! As we use CodeMirror for code folding, this might be either a change to configuration or an improvement to CodeMirror.
My experience replicating this issue was as follows: I installed Python 3.11 with homebrew and then the Notebook package with `pip`. In this case, Notebook 6.5 worked well. With Notebook...
I wanted to note here that I am also taking a look at this issue but haven't been able to identify what would fix it. I read on the [Homebrew](https://docs.brew.sh/Installation)...
Hi @haok1402! Yes, there is no need to ask, please feel free to work on this or any issue that you would like to contribute!
Linking https://github.com/jupyter/notebook/issues/6596 touching similar concerns
Thank you @vivekanandpkr for the follow-up information! This seems to be a local issue, as other Notebook 7.0.4 installs do have that option enabled. Can you try re-installing NbCovert?
Thank you for taking a look at this @jtpio! Initially I was thinking that maybe it would not be an extension that we would necessarily expect to see in JupyterLab...
Hi @jtpio sorry I didn't see this message earlier! I think I would like to say this could be ready for a 7.2 release rather than 7.1, it is still...
Thanks for the feedback @defjaf! Based on the [Github Actions docs](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources) it appears they do run on Intel. I will try to explicitly call `/usr/local/bin/python3` as you've suggested! Some additional...
> It does seem that (most of?) the problem is that the shared-data files are going into `/opt/homebrew/share/jupyter` and `/opt/homebrew/etc/jupyter` but those are not added to `jupyter --paths`. (Should they...