[PYTHON] Let's make jupyter lab easy to use

Make jupyter lab easier to use

I will describe what I am doing now. In some cases, it may be added.

Set the number of indent spaces to 4

Settings > Text Editor Indentation > ☑️Spaces: 4

Always show scrollbar

Settings > JupyterLab Them > ☑️Theme Scrollbars

Set to dark mode

Settings > JupyterLab Them > ☑️JupyterLab Dark

Make the font Ricty

Settings > Advanced Settings Editor > Notebook

{
    "codeCellConfig": {
        "fontFamily": "Ricty Regular",
        "fontSize": 15
    }
}

I personally like Regular, so I'll go with this. It is assumed that Ricty is included in the Mac. </ font> You can also change the ** size ** of the font here.

Make line numbers the default display

Settings > Advanced Settings Editor > Notebook

{
    "codeCellConfig": {
      "lineNumbers": true
    }
}

You can do this, but if you have other settings, how to add it?

{
    "codeCellConfig": {
        "fontFamily": "Ricty Regular",
        "fontSize": 16
    },

    "codeCellConfig": {
      "lineNumbers": true
    }
}

I will add ** by separating ** like this. Or because it is the same ** codeCellConfig **

{
    "codeCellConfig": {
        "fontFamily": "Ricty Regular",
        "fontSize": 16,
        "lineNumbers": true
    }
}

You can do this too.

in conclusion

Thank you for watching until the end. I'm glad if you can use it as a reference.

Recommended Posts

Let's make jupyter lab easy to use
Easy to use Jupyter notebook (Python3.5)
Easy to use Flask
Easy to use SQLite3
Make Jupyter Lab accessible remotely
Easy to make with syntax
How to use jupyter lab in Windows 10 local environment
Easy to use E-Cell 4 Intermediate
How to use Jupyter Notebook
Easy to use E-Cell 4 Beginner's edition
[Introduction to Python] Let's use pandas
Easy to use E-Cell 4 Advanced Edition
[Introduction to Python] Let's use pandas
[Introduction to Python] Let's use pandas
Try to make a kernel of Jupyter
Use Jupyter Lab and Jupyter Notebook with EC2
[Introduction to Python] Let's use foreach with Python
Easy way to use Wikipedia in Python
Jupyter Notebook Basics of how to use
How to use Jupyter notebook [Super Basic]
[Jupyter Notebook / Lab] 3 ways to debug on Jupyter [Pdb]
Easy way to use Python 2.7 on Cent OS 6
Jupyter Lab begins
How to make multiple kernels selectable on Jupyter
Let's use pytube
I read "How to make a hacking lab"
How to Git from GCP's Jupyter Lab to GSR
Jupyter Notebook Settings-How to use (EC2 Amazon Linux 2)
Add / remove kernel to use jupyter with venv
[Small story] Easy way to convert Jupyter to PDF
If you want to make a discord bot with python, let's use a framework
I tried to make it easy to change the setting of authenticated Proxy on Jupyter
An easy way to create an import module with jupyter
How to use Decorator in Django and how to make it
[Super easy] Let's make a LINE BOT with Python.
How to use Python-shell
How to use tf.data
How to use virtualenv
How to use Seaboan
How to use shogun
How to use Pandas 2
How to use Virtualenv
How to use numpy.vectorize
How to use pytest_report_header
Convert jupyter to py
How to use partial
How to use Bio.Phylo
How to use SymPy
How to use x-means
Install Python Jupyter lab
How to use IPython
How to use virtualenv
How to use Matplotlib
How to use numpy
Reasons to use logarithm
How to use TokyoTechFes2015
How to use venv
How to use dictionary {}
How to use Pyenv
How to use list []
How to use python-kabusapi