mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Merge pull request #7212 from takluyver/kernelspec-package-data
Add kernel resources (logos) to package_data
This commit is contained in:
commit
65ec04bc8e
@ -200,7 +200,8 @@ def find_package_data():
|
|||||||
'tests/*.ipynb',
|
'tests/*.ipynb',
|
||||||
'v3/nbformat.v3.schema.json',
|
'v3/nbformat.v3.schema.json',
|
||||||
'v4/nbformat.v4.schema.json',
|
'v4/nbformat.v4.schema.json',
|
||||||
]
|
],
|
||||||
|
'IPython.kernel': ['resources/*.*'],
|
||||||
}
|
}
|
||||||
|
|
||||||
return package_data
|
return package_data
|
||||||
|
Loading…
Reference in New Issue
Block a user