Try Syft#

Overview#

This is some sample text.

[1]:
import syft as sy
from syft.service.dataset.dataset import Contributor
import pandas as pd
import numpy as np
[2]:
print('Syft: ', sy.__version__)
Syft:  0.9.0
[3]:
node = sy.orchestra.launch(name="theme-data-example-domain-1", port=8040, reset=True)
Starting theme-data-example-domain-1 server on 0.0.0.0:8040
Waiting for server to start Done.
SyftInfo:
You have launched a development server at http://0.0.0.0:8040.It is intended only for local use.

[4]:
node_1 = node.login(email="info@openmined.org", password="changethis")
Logged into <theme-data-example-domain-1: High side Datasite> as <info@openmined.org>
SyftWarning:
You are using a default password. Please change the password using `[your_client].account.set_password([new_password])`.