Sharing a Jupyter Notebook
- Updated2025-10-28
- 1 minute(s) read
Share Jupyter notebooks (.ipynb) with other SystemLink users for further analysis or to render notebook data correctly in a shared dashboard.
-
On your machine, navigate to your SID folder: C:\ProgramData\National
Instruments\Skyline\JupyterHub\notebooks\<SID>.
Tip If you do not know your SID, open the Command Prompt and enter one of the following commands based on your situation.
Scenario Command to enter You do not know your username. wmic useraccount get name,sid You do know your username. wmic useraccount where name="<username>" get sid - Locate the Jupyter notebook you want to share and copy it.
-
Navigate to the Jupyter notebooks _shared directory and
paste your report in the folder.
The file path to the _shared directory is C:\ProgramData\National Instruments\Skyline\JupyterHub\notebooks\_shared\reports.Note When you add a Jupyter notebook to the _shared directory, you make it accessible to every SystemLink user.