Output Jupyter Notebook - jupyter-notebook

my output on jupyter notebook
output jupyter normally
Anyone can help me to fix the output ?

Related

Jupyter Notebook 500 : Internal Server Error

I can't open my jupyter notebook somebody could help me ?
I can't open my jupyter notebook somebody could help me ?

Running interactive Bokeh in Jupyter Notebook with Voila

I took this example to run interactive Bokeh (in this case with sliders) in Jupyter Notebook: How to get interactive bokeh in Jupyter notebook
That works fine.
But when I start the notebook with voila on the command line ("voila bokeh_jupyter.ipynb") than the only output I see is "BokehJS 2.4.2 successfully loaded."
Why does it not work with Voila and what can I do about it?

Cannot run R in jupyter notebook

I wanted to ask how to repair kernel connection for R in jupyter notebook,
I am able to run R in Rstudio and python in jupyter notebook, I used to write R in jupyter notebook but after some updates(I dont know what updates) R stop working in jupyter notebook.
I would like to ask for some advices - I would like to run it without reinstalling it
I also folled some question on stackoverflow and on google but it was not helpfull.
I attached images of what errors it returns
I did try: $ conda install -c r r-irkernel

Get path of current file in jupyter notebook R (irkernel)

I am looking for a way to get the path of current working notebook on jupyter notebook irkernel in order to do setwd() easier.
Using reticulate and call python os does not work. Although it works in a python notebook.
library(reticulate)
os <- import("os")
os$listdir(".")

Jupyter Notebook download to other format not working

I am using Jupyter on Linux, Jupyter itself is working fine, I need to download my notebook to pdf through the Jupyter menu. I tried following the error message to install pandoc, ...., just not successful, still error out like below:
nbconvert failed: pandoc wasn't found.
I already installed both nbconvert and pandoc though.
Thanks.

Resources