Questions tagged [jupyter]

Jupyter is a collection of environments and protocols for interactive computing. It supports many languages and kernels, and works with frontends including the web application Jupyter Notebook. Jupyter was split from IPython in 2015, and Jupyter Notebook is based on IPython Notebook.

Jupyter is the home of language-agnostic projects that began as part of IPython, such as the IPython Notebook.

Jupyter was split from IPython starting with IPython 4.0 (released August 11, 2015). The parts of IPython which work for any language are now called Jupyter, while the parts specific to executing Python code remain as IPython.

Jupyter projects include:

  • Jupyter Notebook (based on IPython notebook)
  • qtconsole
  • Jupyter protocol
  • JupyterHub (multi-user server)
160 questions
29
votes
10 answers

Collaborating on Jupyter Notebooks

I have prepared Jupyter Notebook with some findings and I shared it with other team members through GitHub to get their feedback in a written form. It used to work like this when working together on a piece of code but does not work for Jupyter…
dzieciou
  • 697
  • 1
  • 6
  • 15
8
votes
3 answers

Is it possible to (de)activate a specific set of cells in jupyter?

I have a jupyter notebook and I would like to perform several runs, the code I want to run depending on the results of the previous runs. I divided my notebook into several cells, and for each run I would like to select which cell should be executed…
Manu H
  • 409
  • 2
  • 4
  • 13
4
votes
1 answer

Jupyter notebooks and git

I am looking for any straightforward solution to work with Jupyter Notebooks and git since the cached data on the .ipynb files makes the diff difficult to read. Does anyone know any standalone alternative and not server hosted?
ballesdbc
  • 41
  • 3
3
votes
2 answers

Add Cell Numbers to Jupyter?

Does anyone know a way to add cell numbers (not line numbers within cells)? I have been using nbextensions for a while but it does not seem to have the ability to label cell numbers.
Matan
  • 81
  • 1
  • 4
3
votes
1 answer

Reading file from Object Storage in IBM DSX

I'm just getting started with DSX. I have two files in my Object Storage that I want to read in my Jupyter notebook: Warehousing-data.json Warehousing-sales_data- nominal_scenario.json I have the credentials. Now I need the calling…
2
votes
0 answers

Team Collaboration using Jupyter Notebooks?

Is there an alternative to JupyterHub that allows sharing of notebooks across team members. We need the following requirements: Be able to run the server on a HPC. Multiple user login. Version control with Git or similar service. Sharing of…
gman9732
  • 21
  • 2
1
vote
1 answer

Changing duplicate a line hotkey in Jupyter notebook

To duplicate a line in Jupyter-notebook on a Mac, the hotkey is cmd + shift + D. The problem is I use Google Chrome, and this is the same hotkey to bookmark a webpage, which takes priority over the hotkey in Jupyter-notebook. Has anyone struggled…
anonuser01
  • 199
  • 2
  • 10
1
vote
1 answer

Jupyter Notebook - Change HTTP Headers

I am using jupyter notebook to host my machine learning codes and notebooks. Jupyter Notebook server is sending some HTTP headers like Server = TornadoServer/5.1.1 I want to remove this header. Also want to add some HTTP headers like Cache-Control…
Sandeep Bhutani
  • 894
  • 1
  • 7
  • 24
1
vote
0 answers

How to link csv file within a markdown file when using Jupyter Lab?

I would like to render rapid reports using the Markdown files with links to csv files [csv](path to csv file). This part is working, I can dowload the csv file from the markdown preview, but I can't open the file in the Jupyter Lab "Table". Is there…
SimonLL
  • 11
  • 1
1
vote
0 answers

Posting Jupyter notebooks for blind review

Is there an elegant way to post Jupyter notebooks for blind review, so that no author is identifiable? I could get a throwaway Google account or something, but I was hoping there was a better way.