Skip to content
#

Jupyter Notebook

jupyter-notebook logo

The Jupyter Notebook is a language-agnostic HTML notebook application for Project Jupyter. Jupyter notebooks are documents that allow for creating and sharing live code, equations, visualizations, and narrative text together. People use them for data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.

Here are 6,463 public repositories matching this topic...

2313499
2313499 commented Mar 2, 2019

I was having a very hard time figuring out

fill = A.stack().mean()
A.add(B, fill_value=fill)

fill = 4.5. However I computed a value of 3.2 because I was taking the mean from the column of A not the DataFrame A.
This coming after the Indexing chapter where "explicit is better than implicit." I was thinking that this should be a little more explicit.

bluesky314
bluesky314 commented Apr 21, 2019

In ch2 Logistic example, when we assume our data follows logistic, why then use Bernoulli after that? In previous examples we only had an assumption of the data distribution and calculated the likelyhood form that. But here why has Bernoulli suddenly appeared when we already get a probability from logistic?

def challenger_joint_log_prob(D, temperature_, alpha, beta):
    """
    Joint log 
miguelgfierro
miguelgfierro commented Mar 29, 2019

Description

@wutaomsft suggestion:

it would be a good discussion point what is preferred way to make references in notebooks. I prefer not to have a"reference" section where references are separate from where they are referred. Instead, link the reference "in place". And then add a paragraph for "additional reading", which is more descr

TomJDavey
TomJDavey commented Jun 25, 2019

Hi there,

While trying to configure JupyterHub locally, running in the terminal gives the following link:

"JupyterHub is now running at http://127.0.0.1:port/"

To which my browser responded "The connection was reset". I found that using HTTPS and ignoring the warnings solved this issue.

My specs are: Ubuntu 19.04, Firefox and I used openssl to get a key and certificate.
JupyterHub ve

captainsafia
captainsafia commented Dec 18, 2019

Context

Currently, we have the tutorial-style nteract docs published at docs.nteract.io from the nteract/docs repo. Unfortunately, this separation creates a lot of friction as we work towards improving our tutorial-style docs. I believe that we should move our tutorial-style docs to the monorepo, especially since a bulk of the packages and apps that we ship are located there. I'm largely ins

glepine-ivadolabs
glepine-ivadolabs commented Oct 7, 2019

Describe the bug
When running from pycharm the report is generated but an error is thrown
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/bin/pandas_profiling", line 10, in
sys.exit(main())
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pandas_profiling/controller/console.py", line 78, in main

bug
colah
colah commented Jan 7, 2019

🔬 This is an experiment in doing radically open research. I plan to post all my work on this openly as I do it, tracking it in this issue. I'd love for people to comment, or better yet collaborate! See more.

*Please be respectful of the fact that this is unpublished research and that people involved

jupytext
mwouts
mwouts commented Jun 6, 2019

The purpose of this issue is to document a few ways to build a documentation site. Our requirements are:

  • The source documents can be edited as Jupyter notebooks
  • Source files are text files (Markdown or others)
  • Documentation site can show the result of the code being executed, including plots.

We should explore at least

  • Jupyter Book (can we use it with Jupytext notebooks?)
  • Sphinx
levzlotnik
levzlotnik commented Aug 23, 2019

In documentation about Quantization-Aware Training it is stated that "Note that the current implementation of QuantAwareTrainRangeLinearQuantizer supports training with single GPU only."
This is not correct since #284 - QuantAwareTrainRangeLinearQuantizer supports nn.DataParallel.

ptiger10
ptiger10 commented Jun 3, 2019

Coming from a Python-in-Jupyter background, I notice that Tab works as you would expect (reveals all available methods/attributes), but Shift+Tab (signature hinting) does not. I could not find documentation on this. Is Shift+Tab not supported, or is my setup is incorrect?

Example:

type Foo struct {
    name string
    description string
}
func (f Foo) Qux(s string) string {
   
neu5ron
neu5ron commented Nov 9, 2019

Use this checklist to track logstash wiki and documentation

  • Update HELK overview picture
    • remove alien vault integration
    • update with new indexes #256
  • document catch all for windows
  • document indexme catch all
  • some general guideline on X amount of devices and or X amount of EPS and or X amount of storage - scenarios
  • how to add custom configurati
atingupta2005
atingupta2005 commented Oct 21, 2018

When I cloned the repository on my local system, I am not able to follow the logical order of the notebooks. In other words on the Github Repository a logical order is specified against each topic as below:

  1. Strings [notebook] [exercise]
  2. Numbers [notebook] [exercise]
  3. Conditionals [notebook] [exercise]
  4. Lists [notebook] [exercise]
  5. Dictionaries [notebook] [exercise]
  6. For loo

Created by Jupyter Developers

Released December 2011

Latest release over 1 year ago

Repository
jupyter/notebook
Website
jupyter.org

Related Topics

jupyter python notebook
You can’t perform that action at this time.