GithubHelp home page GithubHelp logo

Comments (4)

JakobEdding avatar JakobEdding commented on June 15, 2024 1

--spec-path-full alone didn't do the trick for me. I needed to add /path/to/graalvm/Contents/Home/jre/languages/js/bin to my PATH as well for the ijskernel binary to be invoked correctly at kernel session initialization.

(Plus I'm using a conda environment with Python 2.7 so I was able to omit the --python=python2.7 flag.)

from ipolyglot.

niconomaa avatar niconomaa commented on June 15, 2024

works on Ubuntu and MacOS now.
for MacOS, the installatiomn guidline provided in the repo

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install pkg-config node zeromq
sudo easy_install pip
pip install --upgrade pyzmq jupyter
npm install -g ijavascript
ijsinstall

can be followed with a few exceptions:
npm install should be run using --python=python2.7;
ijsinstall must be invoked using its full system path, because it's not found inside GraalVM otherwise;
as @jonashering discovered correctly 🎊, ijsiinstall must be used with the --spec-path=full option

from ipolyglot.

fniephaus avatar fniephaus commented on June 15, 2024

What does ijsiinstall do by the way? Does it only copy static files for the web component from Jupyter?

from ipolyglot.

niconomaa avatar niconomaa commented on June 15, 2024

imo it basically does some jupyter version checking, sets up the kernel specification and then install the kernel by invoking jupyter kernelspec install

from ipolyglot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.