vscode-jupyter
vscode-jupyter copied to clipboard
VS Code Jupyter extension
Hi, It'd be great if we could print the entire python interactive window content with 3 options: 1) cell inputs hidden 2) cell inputs shown collapsed 3) cell inputs shown...
See comment here: https://github.com/microsoft/vscode-python/issues/5882#issuecomment-506653135 Do people use more than one file per session?
**If the jupyter python script can be straight forward export as an HTML5, it's really convenient to show our codes to the others and build the documents.** However, current extension...
## Environment data - VS Code version: 1.30.2 - Extension version (available under the Extensions sidebar): 2018.12.1 - OS and version: Ubuntu 18.04 - Python version (& distribution if applicable,...
Opening this to track this suggestion seperately. based on discussion in microsoft/vscode-python#3109 "I second the suggestion by @JackCaster. I would even go one step further and have an option to...
Would be useful for notebooks as well the interactive window to support being able to pick a server per notebook/interactive window session (like we allow picking kernels). _Originally posted by...
 Will be doable if the output cell shown inside the pop-up tab like the visual debugger tab? Making interactive output inside pop-up tab like the visual debugger tab wouldn't...
Hi! I tried to integrate notebooks-related functionality in my daily workflow. Not everything was smooth and I returned to JupyterLab in the end. However, the transition was very close to...
# Feature: Notebook Editor, Interactive Window, Python Editor cells ## Description The notebook provides an option 'Convert and save to a Python script', which creates a representation of the notebook...
This is related to bug microsoft/vscode-python#11206 which is currently addressed with a workaround. and specifically this comment https://github.com/microsoft/vscode-python/issues/11206#issuecomment-615393463 To summarize here: Currently, using argparse fails (crashes) in the Interactive Window....