File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
jupyter-config/nbconfig/notebook.d Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "load_extensions" : {
3+ "markus-jupyter-extension/extension" : true
4+ }
5+ }
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ def _jupyter_nbextension_paths():
44 return [{
55 'section' : 'notebook' ,
66 'src' : 'static' ,
7- 'dest' : 'markus-jupyter' ,
8- 'require' : 'markus-jupyter/extension'
7+ 'dest' : 'markus-jupyter-extension ' ,
8+ 'require' : 'markus-jupyter-extension /extension'
99 }]
Original file line number Diff line number Diff line change 11[metadata]
22name = markus-jupyter-extension
3- version = 0.1.1
3+ version = 0.1.2
44description = Jupyter extension for integration with MarkUs
55long_description = file: README.md
66long_description_content_type = text/markdown
@@ -17,6 +17,14 @@ python_requires = ~=3.8
1717zip_safe = False
1818include_package_data = True
1919
20+ [options.data_files]
21+ share/jupyter/nbextensions/markus-jupyter-extension =
22+ markus-jupyter-extension/static/extension.js
23+ share/jupyter/nbextensions/markus-jupyter-extension/assets =
24+ markus-jupyter-extension/static/assets/markus.ico
25+ etc/jupyter/nbconfig/notebook.d =
26+ jupyter-config/nbconfig/notebook.d/markus_jupyter_extension.json
27+
2028[options.extras_require]
2129dev =
2230 pre-commit
You can’t perform that action at this time.
0 commit comments