jupyter-xeus / xeus-r

Jupyter kernel for the R programming language
Other
41 stars 5 forks source link

Paging #34

Open romainfrancois opened 9 months ago

romainfrancois commented 9 months ago

Not sure what to do with paging just yet. The default test has:

# code_page_something = "?cat"
romainfrancois commented 9 months ago

Seems that IRkernel uses kernel for "packageIQR" and "help_files_with_topic" objects:

expect_equal(getOption('jupyter.pager_classes'), c(
        'packageIQR',
        'help_files_with_topic'))