We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73e503 commit dd7e495Copy full SHA for dd7e495
README.md
@@ -1,8 +1,6 @@
1
A Jupyter kernel for mathics
2
----------------------------
3
4
-Currently only works with the github version of Mathics.
5
-
6
-Planned to work with Mathics 0.9.
+Requires Mathics 0.9.
7
8
[](https://travis-ci.org/mathics/IMathics)
setup.py
@@ -11,8 +11,7 @@
11
# General Requirements
12
SETUP_REQUIRES = ['ipython', 'ipykernel']
13
14
-# TODO relies on 'mathics' sn6uv/Mathics jupyter branch
15
-INSTALL_REQUIRES = [] + SETUP_REQUIRES
+INSTALL_REQUIRES = ['mathics==0.9'] + SETUP_REQUIRES
16
17
18
kernel_json = {
0 commit comments