Skip to content

Commit

Permalink
🐛 further fix on setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Mar 16, 2019
1 parent c1a77ef commit deb8b6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
from jupyterpip import cmdclass
except Exception:
import subprocess
import importlib

subprocess.check_call([sys.executable, '-m',
'pip', 'install', 'jupyter-pip'])
cmdclass = importlib.import_module(
'pyecharts_jupyter_installer').cmdclass


_version = "2.3.0"

Expand Down

0 comments on commit deb8b6d

Please sign in to comment.