-
Notifications
You must be signed in to change notification settings - Fork 4
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
changes for running on mybinder.org #13
base: master
Are you sure you want to change the base?
Conversation
The current version of Ubuntu on mybinder.org: gdl --version There is no later version of GDL for Ubunntu 18.04 bionic, which allows plotting using xwin
After adding the following package to
I think GDL-0.9.7 does not support xwin, and Jupyter does not support Xorg. The plotting can be done using xwin in later version of GDL. |
Thank you! |
@slayoo Yes, we can check the version with
and
However, I have the latest version of GDL, v 1.0.1. It does not have any option
I am not sure which version after v0.9.7 had the option |
It works locally on my machine (Fedora 36.x86_64, GDL v 1.0.1) without |
I made other changes on I made the following changes to choose between X and Z device in
I also moved
When one runs Jupyter on a local machine, the GDL kernel looks for I also updated examples for Z-buffer, but I did not remove examples on X-Window. X-Window will work on a local machine, but not on a cloud platform. |
I also added the
|
I did a few changes to demo_gdl_fbp.ipynb. Now it has a better show with |
Scripts for Travis and Appveyor Setup were added. Currently, they are set up on my personal Travis and Appveyor accounts. You need to make an account for gdl_kernel on gnudatalanguage on https://app.travis-ci.com/ and https://ci.appveyor.com/. |
Thanks @danehkar ! In the main GDL repo, we have moved away from Travis to GitHub Actions (as Travis stopped supporting open-source projects for free), I suggest we do the same here. |
@slayoo Currently, I am not familiar with GitHub Actions. I am working to include GitHub Actions in my own repositories. |
I made the following changes in
gdl_kernel.py
to run it on mybinder.orgfrom IPython.utils.path import locate_profile
to
from IPython.paths import locate_profile
Remove
" --use-wx "
Add
apt.txt
for installinggnudatalanguage
.Now it works on
Select Kernel: GDL