/cs-scimax

Run Scimax in a Codespace

Primary LanguageShell

cs-scimax

Scimax in a Codespace

When you run the codespace, you will get a shell.

Start scimax by running this command:

scimax

Then, navigate to the ports tab of your terminal to open port 6080 in your browser.

Login to the novnc window as vscode, voila, you will see scimax!

Usage

import matplotlib.pyplot as plt
plt.plot([1, 2, 4, 8, 1])

import time
print(time.asctime())
(defun server-ensure-safe-dir (dir) t)