Skip to content

Commit d19ab98

Browse files
authored
Remove tmpnb from the architecture diagram.
1 parent 33ee0bb commit d19ab98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generateGraph.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
("ipython", "ipyparallel"),
1616
("jupyter", "nbconvert"),
1717
("jupyter", "nbformat"),
18-
("jupyter", "tmpnb"),
1918
("jupyter", "nbgrader"),
2019
("jupyter", "qtconsole")
2120
]
@@ -104,4 +103,4 @@ def main(command=[]):
104103

105104

106105
if __name__ == "__main__":
107-
main(command=sys.argv[1:])
106+
main(command=sys.argv[1:])

0 commit comments

Comments
 (0)