mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 19:42:58 +00:00
Fix cython in scipy-notebook
This commit is contained in:
9
tests/scipy-notebook/data/cython/setup.py
Normal file
9
tests/scipy-notebook/data/cython/setup.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from setuptools import setup
|
||||
from Cython.Build import cythonize
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
THIS_DIR = Path(__file__).parent.resolve()
|
||||
|
||||
|
||||
setup(ext_modules=cythonize(str(THIS_DIR / "helloworld.pyx")))
|
Reference in New Issue
Block a user