Skip to content

Commit 360ee4c

Browse files
author
Release Manager
committed
Trac #30540: Add package phitigra: Graph editor that works with Jupyter
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
2 parents 3f93cd0 + aca5732 commit 360ee4c

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

build/pkgs/phitigra/SPKG.rst

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
phitigra: A graph editor for SageMath/Jupyter
2+
=============================================
3+
4+
Description
5+
-----------
6+
7+
A graph editor for SageMath/Jupyter
8+
9+
License
10+
-------
11+
12+
Upstream Contact
13+
----------------
14+
15+
https://pypi.org/project/phitigra/
16+

build/pkgs/phitigra/dependencies

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$(PYTHON) ipywidgets pillow numpy | $(PYTHON_TOOLCHAIN)
2+
3+
These dependencies include the install-requires of ipycanvas.
4+
----------
5+
All lines of this file are ignored except the first.

build/pkgs/phitigra/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
phitigra

build/pkgs/phitigra/type

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
optional

0 commit comments

Comments
 (0)