BobCashStory

Results 32 comments of BobCashStory

did try it work : https://github.com/jupyterhub/jupyterhub-deploy-docker/pull/90

Should be upgrade to 2.0.0 or 2.1.0 now

got the same problem with : ` '/app/ftp/{username}': {"bind": '/home/jovyan/ftp', "mode": "z"}` mode z doesn't help too . i'm trying to change the user of the notebook machine

For people who want the same, i did a hack : install port forwarding module : `apt-get install redir` add to your jupyter_notebook_config.py ```python import os os.system('python -m naas.runner -d')...

fix #2676 we can use now ` BIGCHAINDB_DATABASE_URI: mongodb://root:YGaBpWbEQw2Aghmkv4@cs-mongodb:27017/bigchain?authSource=admin` exemple: ``` version: "3.5" services: cs-mongodb: image: mongo:4.2 container_name: cs-mongodb restart: always command: mongod environment: TZ: Europe/Paris MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_PASSWORD: YGaBpWbEQw2Aghmkv4...

I tried before ask, and it's not working, but all my css work, any idea ?

CSS ``` * Optional CSS to customize fonts, colors, syntax highlighting. */ /* @media print{@page {size: landscape}} */ /* @page { size: landscape; } */ @media print{ @page { size:...

@sanathp could be merged too

too many change in one Pr :/, could you split it in different parts ?