changes for running on mybinder.org#13
changes for running on mybinder.org#13danehkar wants to merge 23 commits intognudatalanguage:masterfrom
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.pyto run it on mybinder.orgfrom IPython.utils.path import locate_profileto
from IPython.paths import locate_profileRemove
" --use-wx "Add
apt.txtfor installinggnudatalanguage.Now it works on
Select Kernel: GDL