You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of config/env variable to set the endpoint. This will allow connections to a remote instance if the user is remote (using SWAN via a federated share)
The text was updated successfully, but these errors were encountered:
@JarCz you can clone this project and set the configurations as mentioned in the readme. If you need help setting up jupyter, let me know. For setting up Reva you already know how to do it, right?
@JarCz I've added the methods that require implementation. Please try to run Jupyterlab with the required configurations (described in the readme) to see if it works (by working, I mean fails. You are supposed to see in the logs all the NotImplementedError exceptions popping up).
I've also added the methods for the checkpoints but ignore them for now. I will create a separate issue for those.
Subtask of #1
These modules requires a client for the CS3APIs. An example can be seen here: https://github.com/cs3org/wopiserver
Requirements:
The text was updated successfully, but these errors were encountered: