heartTorres

Results 6 comments of heartTorres

I have found the issue, the logs were filling up the container volume in span of 7 minutes due to the exception error that it couldn't reach the prometheus service....

> I had a similar need to disable download of files from the home folder. What I did was host the jupyter server behind nginx. Then on nginx, I proxy-pass'ed...

> I did what prkamath suggested on my kubernetes cluster with an ingress like this : > > ``` > spec: > rules: > - host: mynotebook.domain.com > http: >...

> Adapting this [blog post](https://ujjwalbhardwaj.me/post/disable-download-button-on-the-sagemaker-jupyter-notebook) to my setup did the trick for me. I just created my own docker image adapting from the blog post and used it in my...

> > > Adapting this [blog post](https://ujjwalbhardwaj.me/post/disable-download-button-on-the-sagemaker-jupyter-notebook) to my setup did the trick for me. > > > > > > I just created my own docker image adapting from...