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
2.Select conda Interpreter as current environment
3.Click Run Below on the firs cell
4.Interactive Window should open, show connection information, and execute cells
5.Click the Export as Jupyter Notebook button in the Interactive Window
6.Choose a file location and save the generated .ipynb file
7.In VSCode open up the exported .ipynb file in the editor.
Expected behaviour
Do you want to import the Jupyter Notebook into Python code? should appears
Actual behaviour
nothing prompted
The text was updated successfully, but these errors were encountered:
zhouwangyang
changed the title
Open .ipynb file in VSC, it does not prompt for 'Do you want to import the Jupyter Notebook into Python code'.
When open .ipynb file in VSC, it does not prompt for 'Do you want to import the Jupyter Notebook into Python code'.
Sep 25, 2019
This is by design after we created the notebook editor.
The test plan is incorrect now. We should update the test plan once we ship the native editor support.
Environment data
repro step:
1.Open the file manualTestFile.py in VSCode and tying code
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
#%% Matplotlib Plot
x = np.linspace(0, 20, 100)
plt.plot(x, np.sin(x))
plt.show()
2.Select conda Interpreter as current environment
3.Click Run Below on the firs cell
4.Interactive Window should open, show connection information, and execute cells
5.Click the
Export as Jupyter Notebook
button in the Interactive Window6.Choose a file location and save the generated .ipynb file
7.In VSCode open up the exported .ipynb file in the editor.
Expected behaviour
Do you want to import the Jupyter Notebook into Python code?
should appearsActual behaviour
nothing prompted
The text was updated successfully, but these errors were encountered: