Zhengnan Zhao

Results 8 comments of Zhengnan Zhao

@marcelotrevisani Thanks for this awesome tool, first and foremost! Are you open to outside contributions? If so and if this feature isn't something you are actively working on, I'd love...

Apologies for the delay. I finally got some time to study the code today and want to jot down some notes in case someone else wants to look into this...

I'll likely have limited bandwidth in the next few months. If that's not going to be problematic, I'm happy to keep digging. On the other hand, I want to be...

Does JupyterLab use a different mechanism for syntax highlighting than IPython (which doesn't appear to be affected by this issue)?

Based on the following commit, would we get the desired behavior if we add a new `styleTags` and include the built-ins we want to highlight? https://github.com/codemirror/lang-python/commit/4fc7033ebfc712abbdcfcdf0817c326d85419cee#diff-08b76b1156c14219681dc54823e0b39fd0e2e719ead10a5ebda8aeeb312fdf4aL58

Taking a step back, what changed in CodeMirror from version 5 to 6 that caused built-ins to stop being highlighted? Were built-ins correctly identified (and highlighted) as custom variables in...

@efigb You can upgrade JupyterLab with this command `conda upgrade jupyterlab`.

+1 that `instaviz` works in regular Python REPL but fails in IPython (with the same error as in the issue description). Versions - `instaviz`: 0.6.0 - `dill`: 0.3.5.1 - `ipython`:...