microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ff84ca4f2e3e0089d8b11d5dbcb9057f28ee4f38

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

source/jupyterlab/qsharp-jupyterlab/__init__.py

5lines · modecode

1from ._version import __version__
2
3
4def _jupyter_labextension_paths():
5 return [{"src": "labextension", "dest": "qsharp-jupyterlab"}]
6