Skip to content

Commit

Permalink
Trac #30540: Add package phitigra: Graph editor that works with Jupyter
Browse files Browse the repository at this point in the history
This ticket is about providing the graph editor
https://pypi.org/project/phitigra, which works in Jupyter (Jupyter
Notebook and !JupyterLab).

This is part of

- #29889: Metaticket: Jupyter improvements for things that were in
sagenb

Related:

- [https://stackoverflow.com/q/63803031 Stack Overflow question
63803031: Graph drawing tool that gives graph6 code]

- [https://trac.sagemath.org/query?order=id&desc=1&summary=~graph_editor
&summary=~graph+editor&or&description=~graph_editor&description=~graph+e
ditor Sage Trac tickets about graph editor]

- [https://github.com/sagemath/sagenb/tree/b360a0172e15501fb0163d02dce71
3a561fee2af/sagenb/data/graph_editor graph_editor source code in
archived sagenb code repository]

URL: https://trac.sagemath.org/30540
Reported by: slelievre
Ticket author(s): Matthias Koeppe
Reviewer(s): David Coudert
  • Loading branch information
Release Manager committed Apr 2, 2022
2 parents 3f93cd0 + aca5732 commit 360ee4c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build/pkgs/phitigra/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
phitigra: A graph editor for SageMath/Jupyter
=============================================

Description
-----------

A graph editor for SageMath/Jupyter

License
-------

Upstream Contact
----------------

https://pypi.org/project/phitigra/

5 changes: 5 additions & 0 deletions build/pkgs/phitigra/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$(PYTHON) ipywidgets pillow numpy | $(PYTHON_TOOLCHAIN)

These dependencies include the install-requires of ipycanvas.
----------
All lines of this file are ignored except the first.
1 change: 1 addition & 0 deletions build/pkgs/phitigra/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
phitigra
1 change: 1 addition & 0 deletions build/pkgs/phitigra/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional

0 comments on commit 360ee4c

Please sign in to comment.