pl31
pl31
25.03.2020, github Blogpost: > Open collaboration on COVID-19 > Explore some impactful open source projects being created by teams around the world in response to COVID-19. https://github.blog/2020-03-23-open-collaboration-on-covid-19/
Today I retried one-click deployment, and current configuration is working: ``` name: heroku-jupyter dependencies: # bind notebook version (compatibility to pgcontents) - notebook = 4 - ipywidgets - requests #...
Thanks for your feedback. As I do not have a CloudFounry Account, I can't test. So just guessing: Seems to be during startup, so it might be the shebang inside...
You want to force http traffic to https? Googling did not give me any useful pages. Added some links as "bookmark". For heroku I found this here: https://help.heroku.com/J2R1S4T8/can-heroku-force-an-application-to-use-ssl-tls Rather old:...
@chizou: I implemented your configuration in pull request #9, but was not really able to test. I do neither have a cloudfoundry instance running, nor a testaccount yet. Could you...
@chizou: It seems, that your patches work, but only when password protection is disabled. For now I added an option to disable password protection using an environment variable (see README.md...
Hello Chris, thanks for your extensive testing. I just patched it (3bc258d) and ran it successfully on pivotal.io, just setting correctly typed `JUPYTER_NOTEBOOK_PASSWORD_DISABLED`. Connecting to the kernel works for me....
Should be possible in general. Did you already try to fork and test it? If it works, just open a pull request. Thanks Patrick
I tried adding an alternative environment (environments/latest.yml) without any version binding. Find Deploy button in the table at the end of README.md. Still initial setup of the database fails `psycopg2.errors.UndefinedObject:...
I do not find a valid environment.yml - pgcontents 0.6.0 will not initialized properly - pgcontents 0.5.3 needs notebook = 4 (IPython = 5), which is not available anymore