GithubHelp home page GithubHelp logo

nbgrader-feedstock's Introduction

About nbgrader-feedstock

Feedstock license: BSD-3-Clause

Home: https://github.com/jupyter/nbgrader

Package license: BSD-3-Clause

Summary: A system for assigning and grading Jupyter notebooks

Documentation: https://nbgrader.readthedocs.io

Current build status

All platforms:

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing nbgrader

Installing nbgrader from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, nbgrader can be installed with conda:

conda install nbgrader

or with mamba:

mamba install nbgrader

It is possible to list all of the versions of nbgrader available on your platform with conda:

conda search nbgrader --channel conda-forge

or with mamba:

mamba search nbgrader --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search nbgrader --channel conda-forge

# List packages depending on `nbgrader`:
mamba repoquery whoneeds nbgrader --channel conda-forge

# List dependencies of `nbgrader`:
mamba repoquery depends nbgrader --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge Anaconda-Cloud channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating nbgrader-feedstock

If you would like to improve the nbgrader recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/nbgrader-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

nbgrader-feedstock's People

Contributors

beckermr avatar blink1073 avatar bollwyvl avatar brichet avatar conda-forge-admin avatar conda-forge-curator[bot] avatar github-actions[bot] avatar h-vetinari avatar jhamrick avatar lgpage avatar mgiessing avatar minrk avatar ocefpaf avatar regro-cf-autotick-bot avatar sylvaincorlay avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nbgrader-feedstock's Issues

nbgrader 0.4.x release

Reminders for recipe update for nbgrader 0.4.x release:

  • remove test_nbgrader.patch
  • uncomment placeholder code
  • add jupyterhub<0.7 back as a test dep

Disable Assignment List extension on Windows

@jhamrick I wonder if we should not just disable the Assignment List extension on Windows on installation to eliminate this error:

[NotebookApp | CRITICAL] Sorry, the exchange is not available on Windows.
[NotebookApp | ERROR] Traceback (most recent call last):
      File "C:\ProgramData\Anaconda3\lib\site-packages\nbgrader\server_extensions\assignment_list\handlers.py", line 63, in list_released_assignments
        assignments = lister.start()
      File "C:\ProgramData\Anaconda3\lib\site-packages\nbgrader\exchange\list.py", line 129, in start
        super(ExchangeList, self).start()
      File "C:\ProgramData\Anaconda3\lib\site-packages\nbgrader\exchange\exchange.py", line 120, in start
        self.fail("Sorry, the exchange is not available on Windows.")
      File "C:\ProgramData\Anaconda3\lib\site-packages\nbgrader\exchange\exchange.py", line 78, in fail
        raise ExchangeError(msg)
    nbgrader.exchange.exchange.ExchangeError: Sorry, the exchange is not available on Windows.

Update token and rerender feedback

I just updated this feedstock for the 0.5.3 release of nbgrader and it would be great if the mid-term fix for conda-forge/conda-forge.github.io#426 could be applied, re the comment:

If you know a release will be coming out soon, please raise an issue on your feedstock with a link to this issue and ping @conda-forge/core and we will try to move your feedstock up in the midterm queue.

Ping @conda-forge/core

Version begins with "v"

I just noticed that the version of the conda package begins with "v" because the tag we are pulling from begins with "v". However, this violates semantic versioning. The solution is to set the version variable to the semantic version (without the "v") and then include the "v" in the path to the tarball.

This is something that could be done for the next release. I do not know if it will cause problems, though, with how conda compares versions for the purpose of updating. In pure python string comparisons, this would be an issue:

>>> "0.6.0" > "v0.5.2"
False
>>> "0.6.0" > "0.5.2"
True

Fix CircleCI builds

Currently only the Python2.7 build and tests runs and succeed. Also nothing gets uploaded to conda-forge from master for Linux. For some reason it seems the tests are causing CircleCI to bomb out.

0.6.1 not available on Python 3.5

Any reason version 0.6.1 is not available for Python 3.5? Works fine for pip but not conda-forge

I'm working on upgrading on a legacy Jupyter docker stack and it will make my life so easier if could install with conda.


Environment (conda list):
$ conda list

alembic                   1.4.2                     <pip>
backports.shutil_get_terminal_size 1.0.0                    py35_1    conda-forge
beautifulsoup4            4.5.3                    py35_0  
blas                      1.1                    openblas    conda-forge
bokeh                     0.11.1                   py35_0  
cairo                     1.14.6                        0    conda-forge
cloudpickle               0.1.1                    py35_0  
conda                     4.2.12                   py35_0  
conda-env                 2.6.0                         0  
configurable-http-proxy   1.3.1                         0    conda-forge
cycler                    0.10.0                   py35_0    conda-forge
cython                    0.23.5                   py35_0  
decorator                 4.0.10                   py35_0    conda-forge
dill                      0.2.5                    py35_1    conda-forge
entrypoints               0.2.2                    py35_0    conda-forge
fastcache                 1.0.2                    py35_1  
fontconfig                2.11.1                        6    conda-forge
freetype                  2.6.3                         1    conda-forge
gettext                   0.19.7                        1    conda-forge
glib                      2.51.0                        2    conda-forge
h5py                      2.6.0               np110py35_7    conda-forge
harfbuzz                  1.3.4                         0    conda-forge
hdf5                      1.8.17                        9    conda-forge
icu                       56.1                          4    conda-forge
ipykernel                 4.5.2                    py35_0    conda-forge
ipython                   5.1.0                    py35_1    conda-forge
ipython_genutils          0.1.0                    py35_0    conda-forge
ipywidgets                5.2.2                    py35_2    conda-forge
jinja2                    2.8                      py35_1    conda-forge
jpeg                      9b                            0    conda-forge
jsonschema                2.5.1                    py35_0    conda-forge
jupyter_client            4.4.0                    py35_0    conda-forge
jupyter_core              4.2.1                    py35_0    conda-forge
jupyterhub                0.8.0                     <pip>
jupyterhub                0.7.1                    py35_0    conda-forge
libffi                    3.2.1                         3    conda-forge
libgcc                    5.2.0                         0  
libgfortran               3.0.0                         1  
libiconv                  1.14                          4    conda-forge
libpng                    1.6.28                        0    conda-forge
libsodium                 1.0.10                        0    conda-forge
libtiff                   4.0.6                         7    conda-forge
libxml2                   2.9.4                         3    conda-forge
llvmlite                  0.8.0                    py35_0  
Mako                      1.1.3                     <pip>
markupsafe                0.23                     py35_1    conda-forge
matplotlib                1.5.3               np110py35_5    conda-forge
mistune                   0.7.3                    py35_0    conda-forge
mpmath                    0.19                     py35_2    conda-forge
nbconvert                 4.2.0                    py35_0    conda-forge
nbformat                  4.2.0                    py35_0    conda-forge
networkx                  1.11                     py35_0    conda-forge
nodejs                    6.6.0                         0    conda-forge
nomkl                     1.0                           0  
notebook                  4.3.1                    py35_0    conda-forge
numba                     0.23.1              np110py35_0  
numexpr                   2.6.1               np110py35_1    conda-forge
numpy                     1.10.4          py35_blas_openblas_205  [blas_openblas]  conda-forge
openblas                  0.2.19                        0    conda-forge
openssl                   1.0.2j                        0  
pamela                    0.3.0                    py35_0    conda-forge
pandas                    0.19.2              np110py35_1    conda-forge
pango                     1.40.3                        0    conda-forge
patsy                     0.4.1                    py35_0    conda-forge
pcre                      8.39                          0    conda-forge
pexpect                   4.2.1                    py35_0    conda-forge
pickleshare               0.7.3                    py35_0    conda-forge
pillow                    4.0.0                    py35_0    conda-forge
pip                       8.1.2                    py35_0  
pixman                    0.34.0                        0    conda-forge
prompt_toolkit            1.0.9                    py35_0    conda-forge
ptyprocess                0.5.1                    py35_0    conda-forge
pycosat                   0.6.1                    py35_1  
pycrypto                  2.6.1                    py35_4  
pygments                  2.1.3                    py35_1    conda-forge
pyparsing                 2.1.10                   py35_0    conda-forge
python                    3.5.2                         0  
python-dateutil           2.6.0                    py35_0    conda-forge
python-editor             1.0.4                     <pip>
python-oauth2             1.1.1                     <pip>
pytz                      2016.10                  py35_0    conda-forge
pyyaml                    3.11                     py35_0    conda-forge
pyzmq                     16.0.2                   py35_0    conda-forge
readline                  6.2                           2  
requests                  2.11.1                   py35_0  
ruamel_yaml               0.11.14                  py35_0  
scikit-image              0.11.3              np110py35_0  
scikit-learn              0.18            np110py35_blas_openblas_203  [blas_openblas]  conda-forge
scipy                     0.17.1          np110py35_blas_openblas_205  [blas_openblas]  conda-forge
seaborn                   0.7.1                    py35_0    conda-forge
setuptools                27.2.0                   py35_0  
simplegeneric             0.8.1                    py35_0    conda-forge
sip                       4.18                     py35_1    conda-forge
six                       1.10.0                   py35_1    conda-forge
SQLAlchemy                1.3.18                    <pip>
sqlalchemy                1.0.13                   py35_0  
sqlite                    3.13.0                        0  
statsmodels               0.6.1               np110py35_0    conda-forge
sympy                     1.0                      py35_0    conda-forge
terminado                 0.6                      py35_0    conda-forge
tk                        8.5.18                        0  
tornado                   4.4.2                    py35_0    conda-forge
traitlets                 4.3.3                     <pip>
traitlets                 4.3.0                    py35_0    conda-forge
vincent                   0.4.4                    py35_0    conda-forge
wcwidth                   0.1.7                    py35_0    conda-forge
wheel                     0.29.0                   py35_0  
widgetsnbextension        1.2.6                    py35_3    conda-forge
xlrd                      1.0.0                    py35_0  
xz                        5.2.2                         0  
yaml                      0.1.6                         0  
zeromq                    4.1.5                         0    conda-forge
zlib                      1.2.8                         3  


Details about conda and system ( conda info ):
$ conda info
Current conda install:

               platform : linux-64
          conda version : 4.2.12
       conda is private : False
      conda-env version : 4.2.12
    conda-build version : not installed
         python version : 3.5.2.final.0
       requests version : 2.11.1
       root environment : /opt/conda  (writable)
    default environment : /opt/conda
       envs directories : /opt/conda/envs
          package cache : /opt/conda/pkgs
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.continuum.io/pkgs/free/linux-64
                          https://repo.continuum.io/pkgs/free/noarch
                          https://repo.continuum.io/pkgs/pro/linux-64
                          https://repo.continuum.io/pkgs/pro/noarch
            config file : /opt/conda/.condarc
           offline mode : False

conda info nbgrader

conda info nbgrader=0.6.1
Fetching package metadata .........

nbgrader 0.6.1 py27_0
---------------------
file name   : conda-forge::nbgrader-0.6.1-py27_0.tar.bz2
name        : nbgrader
version     : 0.6.1
build number: 0
build string: py27_0
channel     : conda-forge
size        : 21.5 MB
constrains  : ['python_abi * *_cp27mu']
fn          : nbgrader-0.6.1-py27_0.tar.bz2
license     : BSD-3-Clause
license_family: BSD
md5         : 6c9a5b0c729733bb57d45479110b8996
priority    : 0
schannel    : conda-forge
sha256      : d9e90c1af5e28d6eca5a6234701ddb59c129ef2288b560434fc1aba99264d600
subdir      : linux-64
timestamp   : 1573171571058
url         : https://conda.anaconda.org/conda-forge/linux-64/nbgrader-0.6.1-py27_0.tar.bz2
dependencies:
    alembic
    fuzzywuzzy
    jsonschema
    jupyter
    jupyter_client
    jupyter_core
    nbconvert >=5.6
    nbformat
    notebook >=4.2
    python >=2.7,<2.8.0a0
    python-dateutil
    requests
    six >=1.11
    sqlalchemy
    tornado
    traitlets

nbgrader 0.6.1 py36_0
---------------------
file name   : conda-forge::nbgrader-0.6.1-py36_0.tar.bz2
name        : nbgrader
version     : 0.6.1
build number: 0
build string: py36_0
channel     : conda-forge
size        : 21.6 MB
constrains  : ['python_abi * *_cp36m']
fn          : nbgrader-0.6.1-py36_0.tar.bz2
license     : BSD-3-Clause
license_family: BSD
md5         : 7e973f3523458bcede32fa0f50e83f10
priority    : 0
schannel    : conda-forge
sha256      : a3fe066f826715ecfca12fddce3518148d33cc791c1515b85a3f54e4f0913c10
subdir      : linux-64
timestamp   : 1573171569461
url         : https://conda.anaconda.org/conda-forge/linux-64/nbgrader-0.6.1-py36_0.tar.bz2
dependencies:
    alembic
    fuzzywuzzy
    jsonschema
    jupyter
    jupyter_client
    jupyter_core
    nbconvert >=5.6
    nbformat
    notebook >=4.2
    python >=3.6,<3.7.0a0
    python-dateutil
    requests
    six >=1.11
    sqlalchemy
    tornado
    traitlets

nbgrader 0.6.1 py36h9f0ad1d_0
-----------------------------
file name   : conda-forge::nbgrader-0.6.1-py36h9f0ad1d_0.tar.bz2
name        : nbgrader
version     : 0.6.1
build number: 0
build string: py36h9f0ad1d_0
channel     : conda-forge
size        : 21.5 MB
fn          : nbgrader-0.6.1-py36h9f0ad1d_0.tar.bz2
license     : BSD-3-Clause
license_family: BSD
md5         : 2792594903dc9da30c9c904afd51b792
priority    : 0
schannel    : conda-forge
sha256      : ff151506a83195d226d300ef68fd8687ccbd229f62ea960b748ab6ccaea96159
subdir      : linux-64
timestamp   : 1585924630429
url         : https://conda.anaconda.org/conda-forge/linux-64/nbgrader-0.6.1-py36h9f0ad1d_0.tar.bz2
dependencies:
    alembic
    fuzzywuzzy
    jsonschema
    jupyter
    jupyter_client
    jupyter_core
    nbconvert >=5.6
    nbformat
    notebook >=4.2
    python >=3.6,<3.7.0a0
    python-dateutil
    python_abi 3.6.* *_cp36m
    requests
    six >=1.11
    sqlalchemy
    tornado
    traitlets

nbgrader 0.6.1 py37_0
---------------------
file name   : conda-forge::nbgrader-0.6.1-py37_0.tar.bz2
name        : nbgrader
version     : 0.6.1
build number: 0
build string: py37_0
channel     : conda-forge
size        : 21.4 MB
constrains  : ['python_abi * *_cp37m']
fn          : nbgrader-0.6.1-py37_0.tar.bz2
license     : BSD-3-Clause
license_family: BSD
md5         : 9d2f51ce1bac6bbea162a28e90a81b9e
priority    : 0
schannel    : conda-forge
sha256      : dbf0a8ed1708e7412ac95c611409cb84d42e015d9fe58cd1abeb87fbf176b6db
subdir      : linux-64
timestamp   : 1573171550016
url         : https://conda.anaconda.org/conda-forge/linux-64/nbgrader-0.6.1-py37_0.tar.bz2
dependencies:
    alembic
    fuzzywuzzy
    jsonschema
    jupyter
    jupyter_client
    jupyter_core
    nbconvert >=5.6
    nbformat
    notebook >=4.2
    python >=3.7,<3.8.0a0
    python-dateutil
    requests
    six >=1.11
    sqlalchemy
    tornado
    traitlets

nbgrader 0.6.1 py37hc8dfbb8_0
-----------------------------
file name   : conda-forge::nbgrader-0.6.1-py37hc8dfbb8_0.tar.bz2
name        : nbgrader
version     : 0.6.1
build number: 0
build string: py37hc8dfbb8_0
channel     : conda-forge
size        : 21.5 MB
fn          : nbgrader-0.6.1-py37hc8dfbb8_0.tar.bz2
license     : BSD-3-Clause
license_family: BSD
md5         : 5ad42e18626c3085f09e9cc0cae6736a
priority    : 0
schannel    : conda-forge
sha256      : 653e2b08b457babba01ea2b6cda773b60baaa5d46d2917d15f6e3df6812b09d4
subdir      : linux-64
timestamp   : 1585924618376
url         : https://conda.anaconda.org/conda-forge/linux-64/nbgrader-0.6.1-py37hc8dfbb8_0.tar.bz2
dependencies:
    alembic
    fuzzywuzzy
    jsonschema
    jupyter
    jupyter_client
    jupyter_core
    nbconvert >=5.6
    nbformat
    notebook >=4.2
    python >=3.7,<3.8.0a0
    python-dateutil
    python_abi 3.7.* *_cp37m
    requests
    six >=1.11
    sqlalchemy
    tornado
    traitlets

nbgrader 0.6.1 py38_0
---------------------
file name   : conda-forge::nbgrader-0.6.1-py38_0.tar.bz2
name        : nbgrader
version     : 0.6.1
build number: 0
build string: py38_0
channel     : conda-forge
size        : 21.5 MB
constrains  : ['python_abi * *_cp38']
fn          : nbgrader-0.6.1-py38_0.tar.bz2
license     : BSD-3-Clause
license_family: BSD
md5         : d9255b187fcb0678a119b15e3256df6b
priority    : 0
schannel    : conda-forge
sha256      : acac23e621cf02ff77abda0714b31065c0459f1eb35012a60ff7ece27c11e0f7
subdir      : linux-64
timestamp   : 1580808178480
url         : https://conda.anaconda.org/conda-forge/linux-64/nbgrader-0.6.1-py38_0.tar.bz2
dependencies:
    alembic
    fuzzywuzzy
    jsonschema
    jupyter
    jupyter_client
    jupyter_core
    nbconvert >=5.6
    nbformat
    notebook >=4.2
    python >=3.8,<3.9.0a0
    python-dateutil
    requests
    six >=1.11
    sqlalchemy
    tornado
    traitlets

nbgrader 0.6.1 py38h32f6830_0
-----------------------------
file name   : conda-forge::nbgrader-0.6.1-py38h32f6830_0.tar.bz2
name        : nbgrader
version     : 0.6.1
build number: 0
build string: py38h32f6830_0
channel     : conda-forge
size        : 21.8 MB
fn          : nbgrader-0.6.1-py38h32f6830_0.tar.bz2
license     : BSD-3-Clause
license_family: BSD
md5         : 597e38342d64bba98ccf86941b752870
priority    : 0
schannel    : conda-forge
sha256      : ddbf8d1341c40b2d3cd7eea1172f640e23b80a2b3776c671c8995d5318786cd0
subdir      : linux-64
timestamp   : 1585924626054
url         : https://conda.anaconda.org/conda-forge/linux-64/nbgrader-0.6.1-py38h32f6830_0.tar.bz2
dependencies:
    alembic
    fuzzywuzzy
    jsonschema
    jupyter
    jupyter_client
    jupyter_core
    nbconvert >=5.6
    nbformat
    notebook >=4.2
    python >=3.8,<3.9.0a0
    python-dateutil
    python_abi 3.8.* *_cp38
    requests
    six >=1.11
    sqlalchemy
    tornado
    traitlets

Attempting installation:


$ conda install -y -c conda-forge nbgrader=0.6.1
Fetching package metadata .........
Solving package specifications: ....


UnsatisfiableError: The following specifications were found to be in conflict:
  - nbgrader 0.6.1*
  - python 3.5*
Use "conda info <package>" to see the dependencies for each package.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.