You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe your setup.py is missing a line something like this: package_data={name:['assets/*.png','assets/*.ico']}
I think that is why I cannot get it to run on my machine when I do a pip install...
The text was updated successfully, but these errors were encountered:
gutow
changed the title
The assest do not appear to be included in the pypi package...
The assests do not appear to be included in the pypi package...
May 25, 2022
I am not sure my diagnosis is correct. I have forked the repository and tried to run the application locally. I get the same error about logo.ico being undefined. I now believe this is because of MS Windows specific code in the application. I think the issue is related to this discussion.
As Jupyter is primarily run on servers, which primarily run on *nix OSes, I think they need to be supported.
I would really like to include this as part of the Jupyter Physical Science Lab, but it will have to be more platform agnostic for me to be able to use it.
I believe your setup.py is missing a line something like this:
package_data={name:['assets/*.png','assets/*.ico']}
I think that is why I cannot get it to run on my machine when I do a pip install...
The text was updated successfully, but these errors were encountered: