jupyterlab-latex icon indicating copy to clipboard operation
jupyterlab-latex copied to clipboard

jupyterlab 4.x issues with latex and creating new files in the root dir of jlab

Open ctappy opened this issue 1 year ago • 3 comments

Description

When creating a new Latex file to edit in the / directory of jupyterlab the following message is shown and the file is not created

cannot read properties of undefined (reading 'model')

When I create a directory, then create a latex file to edit in that directory, I am able to create/edit successfully

Context

  • JupyterLab version: 4.0.1
  • jlab latex version: 3.1.0

ctappy avatar May 30 '23 19:05 ctappy

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

welcome[bot] avatar May 30 '23 19:05 welcome[bot]

Hi @ctaperts! Thanks for reporting this.

I noticed that the extension version you report is 3.1.0, which does not support JupyterLab 4. There's a newer version 4.0.0 which does, but it's not published anywhere yet. You can try it by cloning this repo and doing 'pip install .'

I will work on releasing this new version soon.

ktaletsk avatar May 30 '23 21:05 ktaletsk

Hi @ktaletsk. Is there any update on when the JLab4 compatible version will be released?

CharlieJ15420 avatar Aug 17 '23 10:08 CharlieJ15420

@CharlieJ15420 i believe there is a new release with latex, you have to use the new install syntax jupyterlab-latex https://github.com/jupyterlab/jupyterlab-latex

ctappy avatar May 29 '24 15:05 ctappy