diff --git a/dist/cyllene-0.4.5-py3-none-any.whl b/dist/cyllene-0.4.5-py3-none-any.whl new file mode 100644 index 0000000..dc2505b Binary files /dev/null and b/dist/cyllene-0.4.5-py3-none-any.whl differ diff --git a/dist/cyllene-0.4.5.tar.gz b/dist/cyllene-0.4.5.tar.gz new file mode 100644 index 0000000..b5cc533 Binary files /dev/null and b/dist/cyllene-0.4.5.tar.gz differ diff --git a/pyproject.toml b/pyproject.toml index bf38264..57e67b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cyllene" -version = "0.4.4" +version = "0.4.5" description = "IPython package for math problem authoring" readme = "README.md" authors = [{ name = "Jan Reimann", email = "jan.reimann@psu.edu" }] diff --git a/src/cyllene.egg-info/PKG-INFO b/src/cyllene.egg-info/PKG-INFO index 014e964..67131c3 100644 --- a/src/cyllene.egg-info/PKG-INFO +++ b/src/cyllene.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: cyllene -Version: 0.4.4 +Version: 0.4.5 Summary: IPython package for math problem authoring Author-email: Jan Reimann License: MIT License diff --git a/src/cyllene/__init__.py b/src/cyllene/__init__.py index 7b31afb..dd06686 100644 --- a/src/cyllene/__init__.py +++ b/src/cyllene/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.4" +__version__ = "0.4.5" from .user.problem_stack import ProbStack from .magics import problem_magics diff --git a/src/cyllene/widgets/__pycache__/widgets_problem_param.cpython-310.pyc b/src/cyllene/widgets/__pycache__/widgets_problem_param.cpython-310.pyc index bb649b6..7960d8e 100644 Binary files a/src/cyllene/widgets/__pycache__/widgets_problem_param.cpython-310.pyc and b/src/cyllene/widgets/__pycache__/widgets_problem_param.cpython-310.pyc differ diff --git a/src/cyllene/widgets/widgets_problem_param.py b/src/cyllene/widgets/widgets_problem_param.py index dca822a..8476253 100644 --- a/src/cyllene/widgets/widgets_problem_param.py +++ b/src/cyllene/widgets/widgets_problem_param.py @@ -68,7 +68,7 @@ def update_problem_area(self): with self.problem_area: clear_output() - display(Markdown(self.problem.statement)) + display(widgets.HTMLMath(markdown.markdown(self.problem.statement))) for i in range(self.problem.num_choices): display(widgets.HTMLMath(