picolab in your own computer

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

Markdown is OFF

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: picolab in your own computer

Re: picolab in your own computer

by pan » Fri Feb 17, 2023 4:36 pm

pan wrote:

if you already have a ubuntu physical or virtual machine (vm), you can use the picolab-docker.tar.gz directly to build the piconet docker inside your ubuntu as well

jinwei (clark) has created a docker image available at https://hub.docker.com/r/clarkzjw/picolab

Re: picolab in your own computer

by pan » Fri Feb 17, 2023 4:33 pm

pan wrote:

picolab is the piconet in the backend with the jupyter lab on the front end. this tar.gz is provided by the dept it support to the teaching team in 2020, and has been updated by one student in my research lab to work properly with the latest macos and docker, as well as the apple silicon (m1/2)-based mac. try at your own risk ;)

this is only for macos now and has been tested on one student's m1-based macbook air in lab b04. we will try to see whether someone can roll out for windows too

make sure you have installed multipass. download the tar.gz, tar -zxvf into a directory, get into the directory, and say ./picolabvm. it will first pull ubuntu 18.04 for your multipass vm, and then install piconet docker together with jupyterlab, setup piconet (i.e., h1, h2 and r), and finally launch a chrome window in your mac

please make sure you also attend your lab section in person. nothing running in your own computer can replace a capable lab instructor in ecs366 during lab hours

also in macos

so just make sure to run ./picolabvm in ~/Downloads/picolab-vm in a terminal window, not click the script in Finder to set up the environment properly

Re: picolab in your own computer

by pan » Thu Jan 26, 2023 11:01 am

if you already have a ubuntu physical or virtual machine (vm), you can use the picolab-docker.tar.gz directly to build the piconet docker inside your ubuntu as well

Attachments
picolab-docker.tar.gz
(10.39 KiB) Downloaded 757 times

Re: picolab in your own computer

by pan » Wed Jan 25, 2023 2:33 pm

browser-based user interface

Screen Shot 2023-01-25 at 1.31.44 PM.png
Screen Shot 2023-01-25 at 1.31.44 PM.png (682.04 KiB) Viewed 26371 times

picolab in your own computer

by pan » Wed Jan 25, 2023 2:06 pm

picolab is the piconet in the backend with the jupyter lab on the front end. this tar.gz is provided by the dept it support to the teaching team in 2020, and has been updated by one student in my research lab to work properly with the latest macos and docker, as well as the apple silicon (m1/2)-based mac. try at your own risk ;)

this is only for macos now and has been tested on one student's m1-based macbook air in lab b04. we will try to see whether someone can roll out for windows too

make sure you have installed multipass. download the tar.gz, tar -zxvf into a directory, get into the directory, and say ./picolabvm. it will first pull ubuntu 18.04 for your multipass vm, and then install piconet docker together with jupyterlab, setup piconet (i.e., h1, h2 and r), and finally launch a chrome window in your mac

please make sure you also attend your lab section in person. nothing running in your own computer can replace a capable lab instructor in ecs366 during lab hours

Attachments
picolab-vm-230124.tar.gz
(64.96 KiB) Downloaded 882 times

Top