🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

JupyterHub Error!!!

User: "Jhc"
New Altair Community Member
Updated by Jocelyn
An Error occurred while using the jupyter hub provided by rapidminer ai hub.



The Python code is written as follows, the normalize_data process is in the home/admin folder.



when executing, the following error occurs. How do i fix the error?

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "phellinger"
    New Altair Community Member
    Accepted Answer
    Updated by phellinger
    Hi @Jhc,

    can you please make sure that Python Scripting 9.7.0 is listed as an installed extension on the AI Hub web interface? (System Information -> Extensions)
    An earlier version is likely to cause the error.

    Thanks,
    Peter

    EDIT: Correction: the page to check is Administration -> Operators & Extensions -> Extensions tab.
    User: "ZSzatmari"
    New Altair Community Member
    Accepted Answer
    Hi @Jhc ,

    did you restarted the server after the extension upgrade. Until the web UI didn't show the right version, this issue will appear. You should put/replace the extension jar file in the rapidminer-home folder/volume (resources/extensions subfolder) and do a rapidminer-server container restart.
    User: "ZSzatmari"
    New Altair Community Member
    Accepted Answer
    Hi @Jhc ,

    in our proposed docker-compose-based deployment the rapidminer-home content is stored on a docker volume. You can easily copy your extension.jar file from your host to the RapidMiner Server's docker comainter into its /rapidminer-home folder using the following docker CLI command: docker cp something.jar containerID:/rapidminer-home/resources/extensions/

    You can check the container id using the "docker ps" command or even better you can grep for the rapidminer-server name (in the docker image), so "docker ps | grep rapidminer-server".