Group Abstract Group Abstract

Message Boards Message Boards

Step-by-step Solution to utilize Wolfram Engine in Amazon SageMaker

POSTED BY: Wenzhen Zhu
4 Replies
Posted 4 years ago
POSTED BY: Merve Temizer
Posted 4 years ago

No, notebook .nb and .ipynb are totally different. I usually write Mathematica code in .wl so it's easy to copy paste to jupyter lab.

POSTED BY: Wenzhen Zhu

If you want to skip all those and here is an automatic shell script, you just need to substitute your username and password.

#!/bin/bash
# Install Wolfram Engine

## 1. get the wolfram engine
sudo yum install wget
sudo wget https://account.wolfram.com/download/public/wolfram-engine/desktop/LINUX

## 2. Install engine
sudo bash LINUX

## 3. Install and activate script
cd /usr/local/Wolfram/WolframEngine/12.3/SystemFiles/Installation
sudo yum localinstall wolframscript-1.6-20210521191.x86_64.rpm

wolframscript -username your_username -password your_password -activate 

## 4. Get the Jupyter frontend support
cd
git clone https://github.com/WolframResearch/WolframLanguageForJupyter.git
cd WolframLanguageForJupyter/
./configure-jupyter.wls add
POSTED BY: Wenzhen Zhu

enter image description here -- you have earned Featured Contributor Badge enter image description here

Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!

POSTED BY: EDITORIAL BOARD
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard