Jump to content

Jupyter notebooks - not getting connected from Tibco Team studio


Kurian Benoy

Recommended Posts

We had installed TIBCO Team studio in Amazon based on [this article](https://alpine.atlassian.net/wiki/spaces/V6/pages/491323393/AWS+Deployment).

 

We realised once connecting to notebook from TIBCO data science was getting stuck on Jupyter notebooks as showed in the attachment.

On checking the docker logs we realised the TIBCO data science docker in logs was showing a error about the hosted jupyter notebooks not being accessible in the

given docker IP of . On checking the network tools, we realised the issue is with a few APIs in docker container of image -sfire-dscpn:pyspark ``

 

```

[W 19:24:42.960 NotebookApp] 404 GET /api/v1.0/get_container_for_userusername=1 (172.17.0.1) 1.10ms referer=None

[W 19:24:43.261 NotebookApp] 403 POST /api/v1.0/run_notebook_in_docker (172.17.0.1): '_xsrf' argument missing from POST

[W 19:24:43.262 NotebookApp] 403 POST /api/v1.0/run_notebook_in_docker (172.17.0.1) 1.45ms referer=None

[W 19:24:43.286 NotebookApp] 404 GET /api/v1.0/get_container_for_userusername=1 (172.17.0.1) 1.10ms referer=None

[W 19:24:43.601 NotebookApp] 403 POST /api/v1.0/run_notebook_in_docker (172.17.0.1): '_xsrf' argument missing from POST

[W 19:24:43.602 NotebookApp] 403 POST /api/v1.0/run_notebook_in_docker (172.17.0.1) 1.44ms referer=None

[W 19:24:43.625 NotebookApp] 404 GET /api/v1.0/get_container_for_userusername=1 (172.17.0.1) 1.13ms referer=None

[W 19:24:43.932 NotebookApp] 403 POST /api/v1.0/run_notebook_in_docker (172.17.0.1): '_xsrf' argument missing from POST

[W 19:24:43.933 NotebookApp] 403 POST /api/v1.0/run_notebook_in_docker (172.17.0.1) 1.44ms referer=None

[W 19:24:43.956 NotebookApp] 404 GET /api/v1.0/get_container_for_userusername=1 (172.17.0.1) 1.09ms referer=None

```

 

Why is the docker image for traefik needed We couldn't hardly find any documentation for using a Saas offering and using Jupyter notebooks for a tool like TIBCO Data Science Team Studio

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...