My gun jumping test of beta 9.01 has turned up another warm fuzzy. The new exe is compatible with jupyter by changing the single line in the kernel config file
# J Installation Folder #JInsFol = 'C:\\j64\\j64-807' # On my windows pc JInsFol = 'C:\\j64\\j64-901beta' # j beta #JInsFol = '/Users/martin/J805' # On my mac The note book code runs. It is very zippy. Perhaps all the optimizations pay off when running the kernel interface code. On Tue, Mar 26, 2019 at 6:17 PM Norman Drinkwater <[email protected]> wrote: > The install script needs to be updated. The Qt libraries for J901 are > qt512-win-x64.zip > You can download them directly, and unzip the contents into j901/bin > > On Tue, Mar 26, 2019 at 10:53 AM John Baker <[email protected]> wrote: > > > Apologies in advance if I have directed this to the improper mailing > list. > > > > I just gave the new beta 9.01 install a whirl on a win10 64 bit machine > and > > all went well with the exception of downloading the jqt support library. > > > > It looks like there might be some connection issue on the jsoftware > end. I > > am currently behind a corporate firewall so others may not see this > > behavior. Here is > > the jconsole text. > > > > install 'qtide' > > Updating server catalog... > > Installing 1 package > > Downloading base library... > > Installing base library... > > Done. > > Installing JQt binaries... > > Finished install of JQt binaries. > > Installing Qt library... > > Connection failed: --09:44:37-- > > http://www.jsoftware.com/download/j901/qtlib/qt59-win-x64.zip > > => `c:/users/jbaker/j64-901-user/temp/qt59-win-x64.zip' > > Resolving www.jsoftware.com... 52.23.108.158 > > Connecting to www.jsoftware.com|52.23.108.158|:80... connected. > > HTTP request sent, awaiting response... 404 Not Found > > 09:44:37 ERROR 404: Not Found. > > > > > > Connection failed: > > > > --09:44:37-- > > http://www.jsoftware.com/download/j901/qtlib/qt59-win-x64.zip > > => `c:/users/jbaker/j64-901-user/temp/qt59-win-x64.zip' > > Resolving www.jsoftware.com... 52.23.108.158 > > Connecting to www.jsoftware.com|52.23.108.158|:80... connected. > > HTTP request sent, awaiting response... 404 Not Found > > 09:44:37 ERROR 404: Not Found. > > > > > > unable to download: qt59-win-x64.zip > > Exit and restart J using jqt.cmd > > > > -- > > John D. Baker > > [email protected] > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- John D. Baker [email protected] ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
