Jupyter Notebook

Install

pip install notebook

Sattel for the online Jupiter server

Reference:qcyfred 2018

  1. generate a config fire jupyter notebook --generate-config
  2. Modify the config file vim ~/.jupyter/jupyter_notebook_config.py
# c.ConnectionFileMixin.ip = ''
+c.ConnectionFileMixin.ip = '0.0.0.0'

# c.NotebookApp.ip = 'localhost'
+c.NotebookApp.ip = '172.18.108.101'

# c.NotebookApp.password = ''
+c.NotebookApp.allow_password_change = True
+c.NotebookApp.password = '12345678'

Note book buttons: technologger, 2019

For R

Plot size

It works both for ggplot and plot functions
user41871

options(repr.plot.width=20, repr.plot.height=8)
Author

Karobben

Posted on

2021-10-31

Updated on

2024-01-22

Licensed under

Comments