Skip to content

Commit

Permalink
Merge pull request #426 from MetaCell/feature/425
Browse files Browse the repository at this point in the history
#425: fixed jupyter_geppetto missing index.js compiled for python pac…
  • Loading branch information
enicolasgomez authored Nov 17, 2022
2 parents e0d12fd + 57b878b commit 23beeb0
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jupyter-geppetto/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
*node_modules
.history
settings.json
jupyter_geppetto/*.js
# jupyter_geppetto/*.js
jupyter_geppetto/*.js.map
*.DS_Store
*.DS_Store
Binary file not shown.
Binary file removed jupyter-geppetto/dist/jupyter_geppetto-1.1.2.tar.gz
Binary file not shown.
Binary file not shown.
Binary file removed jupyter-geppetto/dist/jupyter_geppetto-1.1.4.tar.gz
Binary file not shown.
37 changes: 37 additions & 0 deletions jupyter-geppetto/jupyter_geppetto/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter-geppetto/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="jupyter_geppetto",
version="1.1.4",
version="1.1.5",
url="https://github.com/openworm/org.geppetto.frontend.jupyter",
author="The Geppetto Development Team",
author_email="[email protected]",
Expand Down

0 comments on commit 23beeb0

Please sign in to comment.