Role that installs jupyter and/or jupyter hub. https://jupyter.org
Go to file
Andrea Dell'Amico 9671f3a3d7 ldap: ssl and group filters support. 2021-03-24 18:54:06 +01:00
defaults ldap: ssl and group filters support. 2021-03-24 18:54:06 +01:00
files Role that installs jupyter(hub), integrates, with hadoop. 2020-08-26 18:56:36 +02:00
handlers Role that installs jupyter(hub), integrates, with hadoop. 2020-08-26 18:56:36 +02:00
meta Role that installs jupyter(hub), integrates, with hadoop. 2020-08-26 18:56:36 +02:00
tasks Fix the installation of the scala plugin. It must be global. 2020-09-01 16:00:11 +02:00
templates ldap: ssl and group filters support. 2021-03-24 18:54:06 +01:00
tests Initial commit 2020-08-22 18:09:05 +02:00
vars Fix the installation of the scala plugin. It must be global. 2020-09-01 16:00:11 +02:00
.gitignore Initial commit 2020-08-22 18:09:05 +02:00
LICENSE Initial commit 2020-08-22 18:09:05 +02:00
README.md Role that installs jupyter(hub), integrates, with hadoop. 2020-08-26 18:56:36 +02:00

README.md

Role Name

A role that installs the Jupyter notebook and Jupyter Hub, https://jupyter.org

Role Variables

The most important variables are listed below:

jupyter_hub: True
jupyter_lab: True
jupyter_notebook: True
jupyter_hub_ssl_enabled: True
jupyter_hub_letsencrypt_ssl: False
jupyter_hub_logrotate_maxfilesize: '1G'
jupyter_hub_logrotate_retention: '7'
jupyter_hub_external_proxy: False
jupyter_hub_external_proxy_ips:
  - '127.0.0.1'

jupyter_hub_ip: '127.0.0.1'

jupyter_hub_bind_ip: '127.0.0.1'
jupyter_hub_bind_protocol: 'http'
jupyter_hub_bind_port: 8000
jupyter_hub_bind_base_url: '/'

jupyter_hub_active_server_limit: 0
jupyter_hub_active_user_window: 1800
# Users must be informed before setting the foolowing to True
jupyter_hub_admin_access: False
jupyter_hub_concurrent_spawn_limit: 20
jupyter_hub_cookie_max_age_days: 7
jupyter_hub_logo_file: ''
jupyter_hub_concurred_named_servers_limit: 0

jupyter_hub_ldap_authentication: False
jupyter_hub_ldap_server_address: 'ldap://localhost'
jupyter_hub_ldap_bind_dn_template: 'uid={username},ou=Users,dc=example,dc=org'
jupyter_hub_ldap_lookup_dn: False
jupyter_hub_ldap_user_search_base: 'dc=example,dc=org'
jupyter_hub_ldap_user_attribute: 'uid'
jupyter_hub_ldap_user_search_filter: '(&(objectClass=posixAccount)(uid={username}))'

jupyter_is_hadoop_node: False
jupyter_spark_scala_version: '2.11.12'
jupyter_plotly_integration: True
jupyter_plotly_version: '4.9.0'

Dependencies

  • node-js
  • python3-environment
  • hadoop-cdh (optional)

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it