You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I have been down this road with some of my stuff already, figured I would give you a leg-up. Probably don't have the cycles to do a pull request/testing, but can at least give you some quick things to look at:
Since I have been down this road with some of my stuff already, figured I would give you a leg-up. Probably don't have the cycles to do a pull request/testing, but can at least give you some quick things to look at:
https://github.com/ryantam626/jupyterlab_code_formatter/blob/master/src/formatter.ts#L157
https://github.com/ryantam626/jupyterlab_code_formatter/blob/master/src/formatter.ts#L169
https://github.com/ryantam626/jupyterlab_code_formatter/blob/master/src/formatter.ts#L178
cell.model.value.text
=>cell.model.sharedModel.source
Probably similar on 221/238 of that file
https://github.com/ryantam626/jupyterlab_code_formatter/blob/master/src/formatter.ts#L89
const metadata = this.notebookTracker.currentWidget.content.model.metadata.toJSON();
=>const metadata = this.notebookTracker.currentWidget.content.model.sharedModel.metadata
The text was updated successfully, but these errors were encountered: