Skip to content

Commit

Permalink
Merge pull request jupytercad#3 from trungleduc/jcad-file
Browse files Browse the repository at this point in the history
Add JCAD file
  • Loading branch information
trungleduc authored Jun 19, 2022
2 parents e1e9219 + 4ffbea8 commit f4ce5a2
Show file tree
Hide file tree
Showing 40 changed files with 2,914 additions and 71,836 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
yarn-
- name: Install dependencies
run: python -m pip install -U jupyterlab~=3.1 check-manifest
run: python -m pip install -U "jupyterlab>=4.0.0a25" check-manifest
- name: Build the extension
run: |
set -eux
Expand Down Expand Up @@ -91,6 +91,6 @@ jobs:
sudo rm -rf $(which node)
sudo rm -rf $(which node)
pip install myextension.tar.gz
pip install jupyterlab
pip install "jupyterlab>=4.0.0a25"
jupyter labextension list 2>&1 | grep -ie "jupytercad.*OK"
python -m jupyterlab.browser_check --no-chrome-test
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,6 @@ dmypy.json

# OSX files
.DS_Store
.vscode
.vscode

src/_interface/
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# jupytercad

[![Github Actions Status](https://github.com/trungleduc/jupytercad/workflows/Build/badge.svg)](https://github.com/trungleduc/jupytercad/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/trungleduc/jupytercad/main?urlpath=lab)

A JupyterLab extension for 3D modelling.
A JupyterLab extension for 3D geometry modeling.



Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ channels:
dependencies:
# runtime dependencies
- python >=3.8,<3.9.0a0
- jupyterlab >=3,<4.0.0a0
- jupyterlab >=4.0.0a25,<5.0.0a0
# labextension build dependencies
- nodejs >=14,<15
- pip
Expand Down
28,247 changes: 0 additions & 28,247 deletions examples/Sklop.STEP

This file was deleted.

Loading

0 comments on commit f4ce5a2

Please sign in to comment.