Skip to content
#

notebook

Here are 1,176 public repositories matching this topic...

cxrodgers
cxrodgers commented Jan 30, 2020

Note 1: This is not the same tab-completion bug for which many issues have already been opened (the one where a massive number of objects from the global namespace are displayed). This issue specifically has to do with unwanted abbreviation of filename paths. I haven't yet found any other reports of this issue.

Note 2: I also posted this to stackoverflow but am posting again here since I didn't

mrusme
mrusme commented Feb 7, 2018

Right now, there's a "languages" feature implemented, which allows the user to define, in what kind of languages the documents he usually uploads are written in. Under "Settings", each Paperwork user can select the languages he'd like Paperwork to support for his account.

This was being implemented, so that tesseract can be called with the according language option, which helps OCR.

Now, thi

raybellwaves
raybellwaves commented Jan 30, 2020

I'm not sure if this is the place to ask this. I can move it to the discourse channel if you prefer https://discourse.jupyter.org/

Is it worth adding the dask lab extension to the scipy-notebook docker file (https://github.com/jupyter/docker-stacks/blob/master/scipy-notebook/Dockerfile#L52_? https://github.com/dask/dask-labextension

I understand this may be too bespoke and therefore would no

phyer219
phyer219 commented Oct 5, 2019

When I run "ch01_Introduction.ipynb", get the error:
cannot import name 'logsumexp' from 'scipy.misc' (/opt/anaconda/lib/python3.7/site-packages/scipy/misc/init.py) .

So, I replace "from scipy.misc import logsumexp" with "from scipy.special import logsumexp" in this three files:
prml/nn/loss/softmax_cross_entropy.py
prml/rv/bernoulli_mixture.py
prml/rv/variational_gaussian_mixture.py

casperdcl
casperdcl commented Jul 16, 2019

perhaps it would be nice to provide an example where injected parameters are inside a dictionary or object:

# parameters
import argparse
args = argparse.Namespace()
args_dict = {}

args.a = 1
args_dict['b'] = 2
papermill ... -p args.a 1.618 -p "args_dict['b']" 3.14159

This would of course be useful for making transition between *.py scripts (using e.g

yeikel
yeikel commented Jan 4, 2019

According to the generated build

The commands to launch are the following :

docker pull andypetrella/spark-notebook:0.7.0-scala-2.11.8-spark-2.1.1-hadoop-2.7.2-with-hive
docker run -p 9001:9001 andypetrella/spark-notebook:0.7.0-scala-2.11.8-spark-2.1.1-hadoop-2.7.2-with-hive

Using that image (and I think it i

Omni-Notes
eauchat
eauchat commented Jul 24, 2018

Hello, first of all, a big thank you! For ages I had been looking for a good opensource convenient note app, and since I found yours, I'm just so happy. Great design, simple to use, and powerful also!

A good app is one you use so much that you want to contribute and improve it :) so here are a few questions-suggestions. I'll post them in various issues, so maybe it can be simpler to track.

I

fsnotes
GeoJunkie
GeoJunkie commented Jan 27, 2020

Describe your feature request
It would be great if you could add text to a note/section of a note via URL.

Additional context
This is a feature in Bear that I use heavily on MacOS. I have an Alfred workflow to update re

dnote
phillipleblanc
phillipleblanc commented Jan 23, 2020
  • Please describe the feature you would like to have.
    It would be useful to be able to reference other notes by ID. Similar to how GitHub can link to other items with just the number -> #393

  • What alternatives have you considered?
    I am currently achieving this by copying the URL of the note and pasting it as a markdown link in a separate note - but it would be nice to just reference

Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.

  • Updated Feb 18, 2020
  • Jupyter Notebook
tkawchak
tkawchak commented Jan 30, 2020

The DataPath object used in the example is not imported or created in this example. This documentation should show where this Object comes from.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: 091afd7e-72ca-a384-01db-4da4d40a6734
  • Version Independent ID: 0f3783bf-ab1f-f0d6-08f3-90becae914e8
  • Content: [azureml.data.
godvmxi
godvmxi commented Apr 17, 2019

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered

alexlipa91
alexlipa91 commented Sep 27, 2019

Hi there, probably stupid question but is there any detailed doc of what kind of content the config json can contain? I see you can setup username and password for each kernel: is this an authentication against the livy server?
Is there a way to specify the address of the server?
Also, is it possible to customize the location of the config.json file?

Thanks!

Improve this page

Add a description, image, and links to the notebook topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the notebook topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.