Start Native Python REPL errors: UNKNOWN notebook type: jupyter-notebook #24590
Replies: 3 comments 2 replies
-
Which version of VS Code are you on? and which version of Python extension? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I tried deleting user data and install Python extension alone, native REPL works again. But as soon as I turn setting sync back on it fails. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I cant repro this but I moved it to issue here for better visibility for other folks: #24593 Let's track it on the issue board. |
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
-
When I try to start the REPL it shows this error message:
![image](https://private-user-images.githubusercontent.com/39649720/395001196-8e82d96e-900e-4526-9821-e2f75e76803a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODkxMDAsIm5iZiI6MTczODg4ODgwMCwicGF0aCI6Ii8zOTY0OTcyMC8zOTUwMDExOTYtOGU4MmQ5NmUtOTAwZS00NTI2LTk4MjEtZTJmNzVlNzY4MDNhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDAwNDAwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMyYTI5MzJjMDNhNjIxNmZmNjhhNDUyZTBlYjc4NWI3Y2U5MTRmNTZiNGY5NGI4Y2QxZjBiY2QxZjUxNWZlNDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UIXygtCSFNJywjLpftt0Gq18hivZH5t9shf8XwA93e4)
![image](https://private-user-images.githubusercontent.com/39649720/395002687-0f060db3-0b1f-4f05-977d-ecc82277fead.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODkxMDAsIm5iZiI6MTczODg4ODgwMCwicGF0aCI6Ii8zOTY0OTcyMC8zOTUwMDI2ODctMGYwNjBkYjMtMGIxZi00ZjA1LTk3N2QtZWNjODIyNzdmZWFkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDAwNDAwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMyNmFjYzU3OGU0ZmFiZTdlZWI4OTY1NzAwM2IyYjk0OTI2MGU4NzM2NDA0OTRkMGU4YTQwMmEwMmFkNTFhNDMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.uUtYdpLZM06E9ai7aSnXHLHmiVjHRJYo5jHHB0QyNuo)
Smart send (Shift+Enter) gives the same error message:
This was working before, I was just using it, and I have no idea why it suddenly stopped working.
I don't have Jupyter extension installed. It was working without that extension too. I tried installing it now but still this error throws.
Terminal REPL works, but native REPL doesn't.
Beta Was this translation helpful? Give feedback.
All reactions