Skip to main content

A Custom Jupyter Rhino Viewer

Project description

ipyrhinoviewer

PYPI NPM Build

A Custom Jupyter Rhino 3dm Viewer

Usage

from ipyrhinoviewer import RhinoViewer

v = RhinoViewer(path='../examples/rhino.3dm',
            width=1000,
            height=700,
            ambient_light={"color": "rgb(255,255,255)", "intensity": 1},
            background_color="rgb(200,200,200)",
            camera_pos=[15,15,15],
            look_at=[0,0,0],
            show_axes=True,
            grid={"size": 10, "divisions": 10})

Required parameters

  • path: path to 3dm file

Optional parameters

  • width: width of the viewer in px, should be between 100 and 3000
  • height: height of the viewer in px, should be between 100 and 3000
  • ambient_light: adds ambient light to the scene
  • background_color: changes background color
  • camera_pos: sets the camera position
  • look_at: sets the point where the camera orbits around
  • show_axes: adds an axes helper to the scene
  • grid: adds a grid helper to the scene

Installation

You can install using pip:

pip install ipyrhinoviewer

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

jupyter nbextension enable --py [--sys-prefix|--user|--system] ipyrhinoviewer

Development Installation

Create a dev environment:

conda create -n ipyrhinoviewer-dev -c conda-forge nodejs yarn python jupyterlab
conda activate ipyrhinoviewer-dev

Install the python. This will also build the TS package.

pip install -e ".[test, examples]"

When developing your extensions, you need to manually enable your extensions with the notebook / lab frontend. For lab, this is done by the command:

jupyter labextension develop --overwrite .
yarn run build

For classic notebook, you need to run:

jupyter nbextension install --sys-prefix --symlink --overwrite --py ipyrhinoviewer
jupyter nbextension enable --sys-prefix --py ipyrhinoviewer

Note that the --symlink flag doesn't work on Windows, so you will here have to run the install command every time that you rebuild your extension. For certain installations you might also need another flag instead of --sys-prefix, but we won't cover the meaning of those flags here.

How to see your changes

Typescript:

If you use JupyterLab to develop then you can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the widget.

# Watch the source directory in one terminal, automatically rebuilding when needed
yarn run watch
# Run JupyterLab in another terminal
jupyter lab

After a change wait for the build to finish and then refresh your browser and the changes should take effect.

Python:

If you make a change to the python code then you will need to restart the notebook kernel to have it take effect.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipyrhinoviewer-0.2.6.tar.gz (3.5 MB view details)

Uploaded Source

Built Distribution

ipyrhinoviewer-0.2.6-py2.py3-none-any.whl (3.3 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file ipyrhinoviewer-0.2.6.tar.gz.

File metadata

  • Download URL: ipyrhinoviewer-0.2.6.tar.gz
  • Upload date:
  • Size: 3.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for ipyrhinoviewer-0.2.6.tar.gz
Algorithm Hash digest
SHA256 e5590db9492c3bedf45721e7bd6e9151ab32372b329147bd6f4806b4719d2dc4
MD5 b6be6b2f9f6a4fd83a41442b038b19e8
BLAKE2b-256 7dab0bd71cbd81d41f46398864cf5cf11a881c23c28f504ac69b1f3a03821b00

See more details on using hashes here.

File details

Details for the file ipyrhinoviewer-0.2.6-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for ipyrhinoviewer-0.2.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 03fc3d7e7c5599b372fc82b88e023e7aa08d29599865a8e60edcfbb58d730bc9
MD5 5afd3db18af239aeacecb0f95497c12c
BLAKE2b-256 f672f80a15a4912d78def885d238caacdd515a29c81cd1f9de3733f1231c0cd7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page