Skip to content

Python package that patches the show function of polyscope to enable non-blocking show calls in Jupyter notebooks.

License

Notifications You must be signed in to change notification settings

ugogon/interactive_polyscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Polyscope

This integrates a custom GUI event loop to be able to run polyscope asynchronously in a jupyter notebook.

Installation

pip install git+https://github.com/ugogon/interactive_polyscope.git

Usage

import polyscope as ps
import interactive_polyscope

%gui polyscope

ps.show()

#other commands

The important thing is the %gui polyscope magic command. It runs a custom event loop that handles the jupyter kernel REPL and the polyscope event loop.

About

Python package that patches the show function of polyscope to enable non-blocking show calls in Jupyter notebooks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages