DonJayamanne / vscodeJupyter

Jupyter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.jupyter
MIT License
334 stars 34 forks source link

Return file path problem #100

Open h2s0109 opened 6 years ago

h2s0109 commented 6 years ago

Environment data

VS Code version:1.19.1 Jupyter Extension version:Version 1.1.4 OS and version: win 10

Logs

Output from Jupyter output panel

C:\Users\XXXX.vscode\extensions\donjayamanne.jupyter-1.1.4\out\src\common(Actural behavior) E:\WorkSpace\TestJupyter (Expected behavior)

Output from Console window (Help->Developer Tools menu)

Actual behavior

The executed file location image

%%

import sys import os Current_path = os.path.realpath('.') print(Current_path) image

Expected behavior

image

Steps to reproduce: