-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make redis_kernel work with a jupyter virtual environment #4
Comments
I tried this setup over the weekend and I can see it mostly works with the redis kernel installed in ~/.ipython or $IPYTHONDIR somewhere else, and I only get deprecation warnings that I should change my base class soon. I think I will create another package for Jupyter, but that will be a few weeks. This is my setup - can you tell me if you did anything different and I will check with that to identify why it fails for you -
|
Not too far off. I created a virtual environment. In it I install
This enables me to create a systemd unit file:
After this is all running, I have a multi-user server that I can share with the team. Obviously you'll have to customize the paths to suit you. |
It seems to work with a Python 3.4 virtual environment. Can it work in a virtual environment where I install Jupyter instead of IPython?
The text was updated successfully, but these errors were encountered: