Hello, I was able to get Jupyter to work generally following these instructions:
I've adapted those instructions to use a cctbx standalone binary build. I did this on a linux centos 6 machine on which I had remote access and I also had conda installed. Given an empty directory $cctbx and that the latest dev version is 1725:
Then on my local machine:
- ssh -N -f -L localhost:8888:localhost:8889 <remote_username>@<remote_server>
- Open localhost:8888 in my browser and enter the token.
- Create a new notebook and test with the line import cctbx
Let me know if it doesn't work :)
-Aaron