Replies: 3 comments 1 reply
-
Is there a solution now? @pplonski |
Beta Was this translation helpful? Give feedback.
1 reply
-
@hediet Could you please provide some advice?please! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would also like to know how to do this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to create Python Notebook with a monaco-editor used in the cells. I would like to have one completion for all cells in one Notebook. For example, if I declare the function in the first cell I would like to see that function as known in other cells. Right now, the auto-completion works inside the cell.
I've created an example repo with Electron+monaco+python-lsp-server https://github.com/pplonski/electron-monaco-python-lsp I had two monaco-editors there. In the second editor the
func1()
is underlined with message thatfunc1
is undefined name. Is it possible to join the models for completion purposes? To seefunc1()
as a known name?The main code used to display two editors:
Beta Was this translation helpful? Give feedback.
All reactions