Accessing local machine resources from Anaconda cloud Jupyter lab

I love the idea of both creating and running code in the cloud, but my projects often require communication with devices connected to my computer 's ports (USB, Ethernet, WiFi). Is it possible to access these local machine resources from within the Jupyter Lab as implemented on Anaconda cloud or is Anaconda cloud completely unsuitable for this sort of things?
Just to emphasize my question is about the capabilities of cloud Anaconda, not Anaconda explicitely installed on my PC.

That’s not going to work from a different machine unless you have written some sort of interface on the machine where the hardware is.